Last active
March 15, 2016 10:33
-
-
Save jaimemrjm/e6a3575b7876b83c8bf5 to your computer and use it in GitHub Desktop.
Reverse SSH connection to my host. Remove "-p 22000" if you are using standard 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
ssh my-private-host.noip.com -p 22000 -l user -R 0.0.0.0:20000:localhost:22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment