diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index cd4cb117..155e2a83 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -76,7 +76,7 @@ PasswordAuthentication no # Auditing reasons, difficult to track which process belongs to which root # user. -PermitRootLogin No +PermitRootLogin no # Print /etc/motd (or /etc/profile or equivalent) on login. It's already # done by PAM, so no need for duplicate MOTDs.