add more authentication options

This commit is contained in:
Niels Abspoel
2016-05-26 21:57:02 +02:00
parent e6657df0d8
commit 641851632f
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@ sshd_config:
PermitRootLogin: 'yes'
PasswordAuthentication: 'no'
StrictModes: 'yes'
MaxAuthTries: 6
MaxSessions: 10
RSAAuthentication: 'yes'
PubkeyAuthentication: 'yes'
IgnoreRhosts: 'yes'