]> git.ipfire.org Git - ipfire-3.x.git/blame - fail2ban/patches/fail2ban-0.8.1-sshd.patch
git: Update to 2.23.0
[ipfire-3.x.git] / fail2ban / patches / fail2ban-0.8.1-sshd.patch
CommitLineData
3731388e
CS
1--- fail2ban-0.8.1/config/jail.conf.sshd 2007-08-09 00:49:59.000000000 +0200
2+++ fail2ban-0.8.1/config/jail.conf 2007-08-15 21:41:33.000000000 +0200
3@@ -42,11 +42,11 @@
4
5 [ssh-iptables]
6
7-enabled = false
8+enabled = true
9 filter = sshd
10 action = iptables[name=SSH, port=ssh, protocol=tcp]
11- sendmail-whois[name=SSH, dest=you@mail.com, sender=fail2ban@mail.com]
12-logpath = /var/log/sshd.log
13+ sendmail-whois[name=SSH, dest=root, sender=fail2ban@mail.com]
14+logpath = /var/log/secure
15 maxretry = 5
16
17 [proftpd-iptables]