From: Benno Z. <bz...@li...> - 2016-04-12 07:54:42
|
I'm running sshguard on a simple up-to-date Arch Linux server. According to the Arch wiki you can ban users after a single failed login. I'd like to do something similar, but with three failed login attempts. Problem is that "-a 1 -b 30:/var/db/sshguard/blacklist.db" doesn't work, as sshguard doesn't accept an abuse threshold below 10. So, how to disable the abuse threshold, and skip the blocking. Thanks,bzeeman |