Revert to default 6 ssh/ddos login attempts
No legitimate admin will require 20 login attempts. The default 6 is a sane middle ground especially since in 10 minutes they can try again or immediately from another IP anyway.
This commit is contained in:
parent
e2d9a523c3
commit
b2eaaeca4b
1 changed files with 0 additions and 4 deletions
|
@ -8,12 +8,8 @@ maxretry = 20
|
|||
|
||||
# JAILS
|
||||
|
||||
[ssh]
|
||||
maxretry = 20
|
||||
|
||||
[ssh-ddos]
|
||||
enabled = true
|
||||
maxretry = 20
|
||||
|
||||
[sasl]
|
||||
enabled = true
|
||||
|
|
Loading…
Reference in a new issue