RHEL 8's version of ssh (version 8.0) includes the following line by default in ssh_config: `Include /etc/ssh/ssh_config.d/*.conf` Is there a way to manage this with the code as-is or is some development work necessary to accommodate this?
RHEL 8's version of ssh (version 8.0) includes the following line by default in ssh_config:
Include /etc/ssh/ssh_config.d/*.confIs there a way to manage this with the code as-is or is some development work necessary to accommodate this?