common: Disable root login over ssh

dehydrated
Felix Stupp 4 years ago
parent 651794a136
commit 505c85eb11
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -29,7 +29,7 @@ HostKey /etc/ssh/ssh_host_{{ type }}_key
# Authentication:
#LoginGraceTime 2m
PermitRootLogin yes
PermitRootLogin no
#StrictModes yes
MaxAuthTries 6
#MaxSessions 10

Loading…
Cancel
Save