Skip to content

Instantly share code, notes, and snippets.

@michaelklapper
Created July 1, 2013 11:59
Show Gist options
  • Save michaelklapper/5900227 to your computer and use it in GitHub Desktop.
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:
ssh -R 9000:127.0.0.1:9000 user@yourserver.tdl
@michaelklapper
Copy link
Author

Forward port 8080 to local vagrant box

ssh -p 2222 -L 8080:localhost:8080 -l vagrant 127.0.0.1

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