"Tim Green" timothy.j.green@gmail.com wrote:
I installed it after getting sick of hearing the harddisk recording every login attempt. After 'n' guesses the IP address is blocked (with iptables) for a few days. There is a white list too, just incase you want regular remote access from an IP address someone else could cause to block.
If you don't want to install more software, you can do something similar but cruder with iptables's rate-limiters. That will limit all connection, not just failed logins, so you may need to be more liberal with the whitelists if you have anyone doing lots of rsync, scp or cvs over ssh connections in a short time period.
Hope that helps,