mirror of https://github.com/fail2ban/fail2ban
debian/jail.conf - dropbear jail: use dropbear filter (instead of ssh) and monitor auth.log instead of non-existing /var/log/dropbear (Closes: #620760)
parent
7d8dc0f322
commit
2d068572bc
|
@ -3,8 +3,11 @@ fail2ban (0.8.11-1) unstable; urgency=low
|
||||||
* Fresh upstream release
|
* Fresh upstream release
|
||||||
- this release tightens all shipped filters to preclude
|
- this release tightens all shipped filters to preclude
|
||||||
possible injections leading to targetted DoS attacks.
|
possible injections leading to targetted DoS attacks.
|
||||||
|
* debian/jail.conf
|
||||||
|
- dropbear jail: use dropbear filter (instead of ssh) and monitor
|
||||||
|
auth.log instead of non-existing /var/log/dropbear (Closes: #620760)
|
||||||
|
|
||||||
-- Yaroslav Halchenko <debian@onerussian.com> Sat, 16 Nov 2013 21:21:37 -0500
|
-- Yaroslav Halchenko <debian@onerussian.com> Sat, 16 Nov 2013 21:34:54 -0500
|
||||||
|
|
||||||
fail2ban (0.8.11~pre1+git29-gccd2657-1) unstable; urgency=low
|
fail2ban (0.8.11~pre1+git29-gccd2657-1) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -129,8 +129,8 @@ maxretry = 6
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
port = ssh
|
port = ssh
|
||||||
filter = sshd
|
filter = dropbear
|
||||||
logpath = /var/log/dropbear
|
logpath = /var/log/auth.log
|
||||||
maxretry = 6
|
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
|
||||||
|
|
Loading…
Reference in New Issue