Janne Pikkarainen wrote:James Wells: Wow. You must be the first one I've seen who doesn't like fail2ban. What was so annoying in it?

It's not so much that I dislike it, more that I don't 'like' it.
The reasoning is fairly simple. The core functionality of both fail2ban and sshdfilter is using iptables to block port 22 access to specific hosts, based on source IP address. The solution I posted does the exact same thing, just without the extra bells and whistles which I really see no need for.
I should probably point out that this is one of the things I love most about Unix... There is always more than one right way to do things.