5.2.1 Ensure permissions on /etc/ssh/sshd_config are configured
Information
The /etc/ssh/sshd_config file needs to be protected from unauthorized changes by non-privileged users.
Solution
Run the following commands to set ownership and permissions on /etc/ssh/sshd_config: # chown root:root /etc/ssh/sshd_config # chmod og-rwx /etc/ssh/sshd_config