Skip to content

Instantly share code, notes, and snippets.

@justinfay
Created January 30, 2015 13:29
Show Gist options
  • Save justinfay/939461dd53f58c6b1204 to your computer and use it in GitHub Desktop.
Save justinfay/939461dd53f58c6b1204 to your computer and use it in GitHub Desktop.
# Expose a local service running on port 5000
# on host host.com on port 9999.
ssh -R0.0.0.0:9999:localhost:5000 [email protected]
@justinfay
Copy link
Author

ngrok replacement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment