Skip to content

Instantly share code, notes, and snippets.

@gabamnml
Created October 15, 2012 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabamnml/3895646 to your computer and use it in GitHub Desktop.
Save gabamnml/3895646 to your computer and use it in GitHub Desktop.
tunnel SSH for port 8080 HTTP
ssh -D 8080 -f -C -q -N myuser@myserver.com
@tahatah
Copy link

tahatah commented Oct 18, 2017

hi

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