ssh: Revert MaxAuthTries setting

This is entirely not practicable and should have been changed
before. I missed this when I tested the configuration.

It is common that multiple SSH keys exist and three is common
number (RSA, ECDSA & Ed25519). A key passed with ssh -i and
password authentication are not even tried.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-09-25 20:24:39 +01:00
parent 5bf8ff9fcc
commit 0a5823db02

View File

@@ -12,7 +12,7 @@ ListenAddress 0.0.0.0
# limit authentication thresholds
LoginGraceTime 30s
MaxAuthTries 3
MaxAuthTries 6
# limit maximum instanctes to prevent DoS
MaxStartups 5