parent
372f288303
commit
25ce90bd4a
@ -1,2 +1 @@
|
||||
fail2ban-0.8.0.tar.bz2
|
||||
fail2ban-logrotate
|
||||
fail2ban-0.8.1.tar.bz2
|
||||
|
@ -1,17 +0,0 @@
|
||||
--- fail2ban-0.8.0/config/jail.conf~ 2007-02-22 22:11:31.000000000 +0100
|
||||
+++ fail2ban-0.8.0/config/jail.conf 2007-05-19 18:52:04.000000000 +0200
|
||||
@@ -42,11 +42,11 @@
|
||||
|
||||
[ssh-iptables]
|
||||
|
||||
-enabled = false
|
||||
+enabled = true
|
||||
filter = sshd
|
||||
action = iptables[name=SSH, port=ssh, protocol=tcp]
|
||||
- mail-whois[name=SSH, dest=yourmail@mail.com]
|
||||
-logpath = /var/log/sshd.log
|
||||
+ mail-whois[name=SSH, dest=root]
|
||||
+logpath = /var/log/secure
|
||||
maxretry = 5
|
||||
|
||||
[proftpd-iptables]
|
@ -0,0 +1,17 @@
|
||||
--- fail2ban-0.8.1/config/jail.conf.sshd 2007-08-09 00:49:59.000000000 +0200
|
||||
+++ fail2ban-0.8.1/config/jail.conf 2007-08-15 21:41:33.000000000 +0200
|
||||
@@ -42,11 +42,11 @@
|
||||
|
||||
[ssh-iptables]
|
||||
|
||||
-enabled = false
|
||||
+enabled = true
|
||||
filter = sshd
|
||||
action = iptables[name=SSH, port=ssh, protocol=tcp]
|
||||
- sendmail-whois[name=SSH, dest=you@mail.com, sender=fail2ban@mail.com]
|
||||
-logpath = /var/log/sshd.log
|
||||
+ sendmail-whois[name=SSH, dest=root, sender=fail2ban@mail.com]
|
||||
+logpath = /var/log/secure
|
||||
maxretry = 5
|
||||
|
||||
[proftpd-iptables]
|
Loading…
Reference in new issue