Disallow root login over ssh

This commit is contained in:
Marko Korhonen 2020-10-25 13:01:43 +02:00
parent bb865f6244
commit 4a2b5ffc39

View file

@ -4,6 +4,7 @@ StreamLocalBindUnlink yes
X11Forwarding yes
AuthorizedKeysFile .ssh/authorized_keys
PasswordAuthentication no
PermitRootLogin no
ChallengeResponseAuthentication no
UsePAM yes
PrintMotd no # pam does that