Created
January 30, 2017 04:44
-
-
Save JamieWritesCode/812ba4254e17c9ab5d475ec111ea532b to your computer and use it in GitHub Desktop.
Command to check recent ssh related auth.log for errors.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tail -n300 /var/log/auth.log | grep ssh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment