mirror of https://github.com/fail2ban/fail2ban
Added dropbear jail and made formatting of jails consistent (and untabified)
parent
1d76a032ee
commit
a7632c0d2a
|
@ -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