We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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?
The text was updated successfully, but these errors were encountered:
RHEL 9 now also supports files in /etc/ssh/sshd_config.d/
Include /etc/ssh/sshd_config.d/*.conf
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: