Skip to content

Instantly share code, notes, and snippets.

View tjcrowder's full-sized avatar

T.J. Crowder tjcrowder

View GitHub Profile
@tjcrowder
tjcrowder / README.md
Last active February 1, 2017 14:47 — forked from andris9/README.md

Setup reverse tunnel

Run the following in your client machine

ssh -R EXPOSED_PORT:localhost:SERVICE_PORT USER@HOST

Where

  • EXPOSED_PORT is the port exposed to the internet in the proxy server
  • SERVICE_PORT is the port your application is listening in your machine