diff --git a/config/jail.conf b/config/jail.conf index 5c4628f0..f57b37f5 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -69,19 +69,6 @@ action = iptables[name=sasl, port=smtp, protocol=tcp] mail-whois[name=sasl, dest=yourmail@mail.com] logpath = /var/log/mail.log -# This one behaves like the previous and sends a report when the jail -# is stopped. - -[ssh-iptables-report] - -enabled = false -filter = sshd -action = iptables[name=SSH, port=ssh, protocol=tcp] - mail-whois[name=SSH, dest=yourmail@mail.com] - mail-report[dest=yourmail@mail.com] -logpath = /var/log/sshd.log -maxretry = 5 - # Here we use TCP-Wrappers instead of Netfilter/Iptables. "ignoreregex" is # used to avoid banning the user "myuser".