Skip to content

Instantly share code, notes, and snippets.

@jnyryan
Created July 24, 2015 14:23
Show Gist options
  • Select an option

  • Save jnyryan/7ecaa8248c52dd0bb882 to your computer and use it in GitHub Desktop.

Select an option

Save jnyryan/7ecaa8248c52dd0bb882 to your computer and use it in GitHub Desktop.
expose a web server to a hosted VM with a ssh tunnel
ssh -g -v -L 9392:localhost:9393 localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment