Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JamieWritesCode/812ba4254e17c9ab5d475ec111ea532b to your computer and use it in GitHub Desktop.
Save JamieWritesCode/812ba4254e17c9ab5d475ec111ea532b to your computer and use it in GitHub Desktop.
Command to check recent ssh related auth.log for errors.
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