mirror of https://github.com/fail2ban/fail2ban
BF: maxretry=5 for ssh as per DEVELOP. align = in jail.conf
parent
de9977441a
commit
93de46ac72
|
@ -463,6 +463,7 @@ enabled = false
|
|||
filter = sshd
|
||||
action = osx-ipfw
|
||||
logpath = /var/log/secure.log
|
||||
maxretry = 5
|
||||
|
||||
|
||||
[ssh-apf]
|
||||
|
@ -471,6 +472,7 @@ enabled = false
|
|||
filter = sshd
|
||||
action = apf[name=SSH]
|
||||
logpath = /var/log/secure
|
||||
maxretry = 5
|
||||
|
||||
|
||||
[osx-ssh-afctl]
|
||||
|
@ -479,6 +481,7 @@ enabled = false
|
|||
filter = sshd
|
||||
action = osx-afctl[bantime=600]
|
||||
logpath = /var/log/secure.log
|
||||
maxretry = 5
|
||||
|
||||
|
||||
[webmin-auth]
|
||||
|
@ -512,4 +515,4 @@ enabled = false
|
|||
filter = selinux-ssh
|
||||
action = iptables[name=SELINUX-SSH, port=ssh, protocol=tcp]
|
||||
logpath = /var/log/audit/audit.log
|
||||
|
||||
maxretry = 5
|
||||
|
|
Loading…
Reference in New Issue