Skip to content

Instantly share code, notes, and snippets.

@jkeychan
Created November 16, 2020 20:32
Show Gist options
  • Save jkeychan/31a6f1288f2e27e323419b3da11bbefe to your computer and use it in GitHub Desktop.
Save jkeychan/31a6f1288f2e27e323419b3da11bbefe to your computer and use it in GitHub Desktop.
Grab local SSH credentials with strace
sudo strace -f -etrace=write -s 64 -p $SSH_PID 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment