Quote:
SSH brute forcing continues
We keep getting reports of people getting hit seriously by brute force attempts to exploit ssh. It looks like this is going to stay with us for a while longer. Best to make sure:
- Weak passwords aren't used on your machines.
- sshd version is up to date.
- User root cannot login over the network.
- Typical usernames like guest and test aren't present on your system, or are disabled from logging in.
- Consider filtering where you accept connections from on TCP port 22.
- Consider moving ssh away from port 22 if you can't filter easily (the automated bots will have to look harder to find you)
- Report on failed login attempts, but make sure you don't aggravate the problem by sending an email per attempt.
- Consider migrating to public/private key-pairs instead of passwords.
- Some of our readers have had success with rate limiting incoming ssh connections.
Found using the search link above.