You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fail2ban/fail2ban-0.8.0-sshd.patch

19 lines
544 B

--- 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]
- 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]