Bad SSH Logins
July 10th, 2010 | Code and Servers | Kenneth | 1 CommentOn a linux machine all the failed ssh logins go to a log file in /var/log/btmp. So the question being, How do we see this information in a nice understandable format. We could just use the cat utility like so cat /var/log/btmp. After 10 minutes



