Skip to content

Instantly share code, notes, and snippets.

@instagrim-dev
Forked from armanddp/SSH Reverse Tunnel
Created June 9, 2016 20:39
Show Gist options
  • Save instagrim-dev/2c0a14a44db0b9bc9bf87ae904fd50f7 to your computer and use it in GitHub Desktop.
Save instagrim-dev/2c0a14a44db0b9bc9bf87ae904fd50f7 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