Update jails.conf - SSH fail2ban jail (#1105)
SSH fail2ban jail is not enabled by default and so the jail does not load.
This commit is contained in:
parent
89222d519a
commit
f88c907a29
|
@ -73,6 +73,7 @@ action = iptables-allports[name=recidive]
|
|||
enabled = true
|
||||
|
||||
[ssh]
|
||||
enabled = true
|
||||
maxretry = 7
|
||||
bantime = 3600
|
||||
|
||||
|
|
Loading…
Reference in New Issue