Setted PermitRootLogin no

This commit is contained in:
Kevin Veen-Birkenbach 2021-01-01 14:01:28 +01:00
parent 8c7b91f71f
commit f25b74a152

View File

@ -15,7 +15,7 @@
#ListenAddress 0.0.0.0
#ListenAddress ::
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_dsa_key
#HostKey /etc/ssh/ssh_host_ecdsa_key
#HostKey /etc/ssh/ssh_host_ed25519_key
@ -30,7 +30,7 @@
# Authentication:
#LoginGraceTime 2m
PermitRootLogin without-password
PermitRootLogin no
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10