Protect the Computer
Sunday, June 12th, 2011People think I joke when I say my job is to protect the computers from the users…

Well, guess what I’m doing right now? Cleaning up after some poor piece of code made 54+ million attempts to login to the ftp server. The ftp server fell over with a full disk due to 34GB of logs.
I might need to turn on the feature that blocks ftp/sftp logins after n failed attempts.
I was worried about accidentally locking out a customer if they had a bit of a bad time with a password etc. Now I know I need not worry, and just turn that feature on with a limit of say 1000 bad attempts before the offending ip is blocked.