Skip to content

Instantly share code, notes, and snippets.

@light9
Created October 1, 2013 18:14
Show Gist options
  • Select an option

  • Save light9/6782645 to your computer and use it in GitHub Desktop.

Select an option

Save light9/6782645 to your computer and use it in GitHub Desktop.
Use netstat command to check that ssh is listening on port 22.
sudo netstat -nap | grep :22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment