Skip to content

Instantly share code, notes, and snippets.

@todd-dsm
Created October 31, 2020 20:00
Show Gist options
  • Save todd-dsm/b3444f239eb5fc9975b3386c5142d5a8 to your computer and use it in GitHub Desktop.
Save todd-dsm/b3444f239eb5fc9975b3386c5142d5a8 to your computer and use it in GitHub Desktop.
an excerpt of events from a system log; referenced by the Google Doc "observability".
Oct 31 19:57:04 wfma-dev sshd[11583]: Accepted publickey for userName from aaa.bbb.ccc.ddd port 55305 ssh2: RSA SHA256:xbm3DZ4C0XNIaxD/dRLN/g0v/eZOl9vVIXFYYwgFVd0
Oct 31 19:57:04 wfma-dev systemd-logind[2852]: New session 6816 of user userName.
Oct 31 19:57:04 wfma-dev systemd[1]: Started Session 6816 of user userName.
Oct 31 19:57:04 wfma-dev systemd[1]: Starting Session 6816 of user userName.
Oct 31 19:57:04 wfma-dev sshd[11583]: pam_unix(sshd:session): session opened for user userName by (uid=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment