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
|
filter = sshd
|
||||||
action = osx-ipfw
|
action = osx-ipfw
|
||||||
logpath = /var/log/secure.log
|
logpath = /var/log/secure.log
|
||||||
|
maxretry = 5
|
||||||
|
|
||||||
|
|
||||||
[ssh-apf]
|
[ssh-apf]
|
||||||
|
@ -471,6 +472,7 @@ enabled = false
|
||||||
filter = sshd
|
filter = sshd
|
||||||
action = apf[name=SSH]
|
action = apf[name=SSH]
|
||||||
logpath = /var/log/secure
|
logpath = /var/log/secure
|
||||||
|
maxretry = 5
|
||||||
|
|
||||||
|
|
||||||
[osx-ssh-afctl]
|
[osx-ssh-afctl]
|
||||||
|
@ -479,6 +481,7 @@ enabled = false
|
||||||
filter = sshd
|
filter = sshd
|
||||||
action = osx-afctl[bantime=600]
|
action = osx-afctl[bantime=600]
|
||||||
logpath = /var/log/secure.log
|
logpath = /var/log/secure.log
|
||||||
|
maxretry = 5
|
||||||
|
|
||||||
|
|
||||||
[webmin-auth]
|
[webmin-auth]
|
||||||
|
@ -512,4 +515,4 @@ enabled = false
|
||||||
filter = selinux-ssh
|
filter = selinux-ssh
|
||||||
action = iptables[name=SELINUX-SSH, port=ssh, protocol=tcp]
|
action = iptables[name=SELINUX-SSH, port=ssh, protocol=tcp]
|
||||||
logpath = /var/log/audit/audit.log
|
logpath = /var/log/audit/audit.log
|
||||||
|
maxretry = 5
|
||||||
|
|
Loading…
Reference in New Issue