mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
don't enabel ssh-apf jail by default
This commit is contained in:
parent
ea112b450b
commit
4187e87b69
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ action = osx-ipfw
|
|||
logpath = /var/log/secure.log
|
||||
|
||||
[ssh-apf]
|
||||
enabled = true
|
||||
enabled = false
|
||||
filter = sshd
|
||||
action = apf[name=SSH]
|
||||
logpath = /var/log/secure
|
||||
|
|
|
|||
Loading…
Reference in a new issue