Skip to content

Instantly share code, notes, and snippets.

@xemoe
Created November 9, 2015 05:21
Show Gist options
  • Save xemoe/2a3dc139db2bd62d2991 to your computer and use it in GitHub Desktop.
Save xemoe/2a3dc139db2bd62d2991 to your computer and use it in GitHub Desktop.
SSH Web tunneling
ssh -L 8080:localhost:80 user@remote-host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment