Skip to content

Instantly share code, notes, and snippets.

@liquid1982
Created March 23, 2009 09:07
Show Gist options
  • Save liquid1982/83481 to your computer and use it in GitHub Desktop.
Save liquid1982/83481 to your computer and use it in GitHub Desktop.
Reverse tunnel SSH
ssh -v -p 22 -nNT4 -R *:<public-port>:localhost:<local-port> <public-host-username>@<public-host>
ssh -v -nNT4 -R *:3000:localhost:3000 user@www.host.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment