Posts Tagged ‘script’

  • article_ssh

    Bad SSH Logins

    July 10th, 2010 | Code and Servers | Kenneth | 1 Comment

    On 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

    Read More