Skip to content

Instantly share code, notes, and snippets.

@damaya
Created August 6, 2015 19:40
Show Gist options
  • Select an option

  • Save damaya/f67885b25c34299085e9 to your computer and use it in GitHub Desktop.

Select an option

Save damaya/f67885b25c34299085e9 to your computer and use it in GitHub Desktop.
Grep users connected to server by ssh
lsof -i TCP -P | grep ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment