mirror of https://github.com/fail2ban/fail2ban
Merge branch 'debian' into debian-release
* debian: Added dropbear jail and made formatting of jails consistent (and untabified) ENH: Moving gbp.conf under debian/pull/23/head
commit
559c76700d
|
@ -98,6 +98,14 @@ filter = sshd
|
||||||
logpath = /var/log/auth.log
|
logpath = /var/log/auth.log
|
||||||
maxretry = 6
|
maxretry = 6
|
||||||
|
|
||||||
|
[dropbear]
|
||||||
|
|
||||||
|
enabled = false
|
||||||
|
port = ssh
|
||||||
|
filter = sshd
|
||||||
|
logpath = /var/log/dropbear
|
||||||
|
maxretry = 6
|
||||||
|
|
||||||
# Generic filter for pam. Has to be used with action which bans all ports
|
# Generic filter for pam. Has to be used with action which bans all ports
|
||||||
# such as iptables-allports, shorewall
|
# such as iptables-allports, shorewall
|
||||||
[pam-generic]
|
[pam-generic]
|
||||||
|
|
Loading…
Reference in New Issue