mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user