UOS-RZ / secure_sshd

Ansible role to harden the sshd configuration
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

No config includes #10

Closed tibroc closed 1 month ago

tibroc commented 1 month ago

If managed by ansible, we should be able to set all settings in the main sshd_config file. So we can disable the loading of other sshd config files in order to avoid unwanted overrides. E.g. cloud-init might override the PasswordAuthentication setting.

tibroc commented 1 month ago

Closing this in favor of #18