Skip to content

Instantly share code, notes, and snippets.

@jaimemrjm
Last active March 15, 2016 10:33
Show Gist options
  • Save jaimemrjm/e6a3575b7876b83c8bf5 to your computer and use it in GitHub Desktop.
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)
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