Skip to content

Instantly share code, notes, and snippets.

@rnwilson
Created April 29, 2018 10:30
Show Gist options
  • Save rnwilson/133f9f58910d46aa60467741ec920bbc to your computer and use it in GitHub Desktop.
Save rnwilson/133f9f58910d46aa60467741ec920bbc to your computer and use it in GitHub Desktop.
ssh tunnel snippit
ssh -D 8123 -f -C -q -N [email protected]
run locally then connect ssh to remote host for proxy
@rnwilson
Copy link
Author

ssh tunnel

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