Allow only SSH key in default sshd_config

This commit is contained in:
Victor LABORIE 2017-07-21 15:54:38 +02:00
parent 8f2c869dfa
commit f8b5269ca3

View file

@ -10,7 +10,7 @@ ServerKeyBits 768
SyslogFacility AUTH
LogLevel INFO
LoginGraceTime 120
PermitRootLogin yes
PermitRootLogin without-password
StrictModes yes
RSAAuthentication yes
PubkeyAuthentication yes