New trends
New trends
Posted May 14, 2008 16:13 UTC (Wed) by cyperpunks (subscriber, #39406)Parent article: Brute-Force SSH Server Attacks Surge (InformationWeek)
First some advice:
- use denyhosts http://denyhosts.sourceforge.net/, it works very well. All distros have packages ready.
- use the AllowUsers option /etc/ssh/sshd_config e.g:
AllowUsers joeuser foouser- set MaxAuthTries to low number in /etc/ssh/sshd_config:
MaxAuthTries 3- use good passphrases
In the last couple of days it seems like more distributed attacks are going on, presumably to smart out software like denyhosts. However with 2/3 tries per IP a fairly large botnet is needed to crack a good password.
