Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fahimbabarpatel/d5adda7674d2f2ceb9d2 to your computer and use it in GitHub Desktop.
Save fahimbabarpatel/d5adda7674d2f2ceb9d2 to your computer and use it in GitHub Desktop.
commands_to_find_out_live_ssh_session
ps aux | grep ssh
last |grep "logged in"
ps aux | grep ssh | grep pts/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment