At least, some botnet is. Over the last week, I have had approx. 30,000 failed logins into ssh on my server. It is amusing to watch them try, considering I only accept public/private key authentication, ssh2 protocol only, and root login by any means is disabled. However, they are cluttering my logs. Time for more drastic measures:
#!/bin/bash
(
Read more... )