Phil - 2015-12-11

Hi!

The default configuration assumes that a custom iptables chain named 'f2b' exists. In case you missed it, here's how to create it:

iptables -N f2b

iptables -I INPUT -j f2b

(Repeat the same for IPv6, just using ip6tables instead.)

Another issue might be that the default match expression does not fit your SSHDs log format - in case you're unsure, feel free to paste the output of 'grep "Invalid user" /var/log/auth.log' here and I'll have a look.

Cheers, Phil