Created
July 1, 2013 11:59
-
-
Save michaelklapper/5900227 to your computer and use it in GitHub Desktop.
SSH-Tunnel: Setup your SSH Client to forward the port to your machine:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh -R 9000:127.0.0.1:9000 [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forward port 8080 to local vagrant box
ssh -p 2222 -L 8080:localhost:8080 -l vagrant 127.0.0.1