SSH: disable login root

This commit is contained in:
Jesús 2021-10-24 16:03:27 -05:00
parent 0b80d2615f
commit 308734f2ea
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -30,7 +30,7 @@ HostKey /etc/ssh/ssh_host_ed25519_key
# Authentication: # Authentication:
#LoginGraceTime 2m #LoginGraceTime 2m
#PermitRootLogin prohibit-password PermitRootLogin no
#StrictModes yes #StrictModes yes
MaxAuthTries 3 MaxAuthTries 3
#MaxSessions 10 #MaxSessions 10