roles/common: Increase ssh MaxAuthTries from 3 to 4

If a user has RSA, ECDSA, and ED25519 private keys present on their
system then the ssh client will offer all of these to the server
and they may not get a chance to try password auth before it fails.
This commit is contained in:
2019-09-15 15:17:00 +03:00
parent cf16264f53
commit 2740f050fc
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ LogLevel VERBOSE
#LoginGraceTime 2m
PermitRootLogin prohibit-password
#StrictModes yes
MaxAuthTries 3
MaxAuthTries 4
#MaxSessions 10
#PubkeyAuthentication yes