Created
October 1, 2013 18:14
-
-
Save light9/6782645 to your computer and use it in GitHub Desktop.
Use netstat command to check that ssh is listening on port 22.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo netstat -nap | grep :22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment