Skip to content

Instantly share code, notes, and snippets.

@guillermoroblesjr
Created February 19, 2015 22:32
Show Gist options
  • Save guillermoroblesjr/6dd1a9c6f0f9e00fece8 to your computer and use it in GitHub Desktop.
Save guillermoroblesjr/6dd1a9c6f0f9e00fece8 to your computer and use it in GitHub Desktop.
get a list of ssh sessions running
# get a list of ssh sessions running
sudo ss -lnp | grep sshd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment