Skip to content

Instantly share code, notes, and snippets.

@armanddp
Created December 17, 2009 15:29
Show Gist options
  • Save armanddp/258815 to your computer and use it in GitHub Desktop.
Save armanddp/258815 to your computer and use it in GitHub Desktop.
== Quick & Dirty Instructions for Reverse SSH tunnel
ssh -gNR 3000:localhost:3000 user@host.domain.com
ssh -gNR <remote_port>:localhost:<local_port> user@remoteserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment