Skip to content

Instantly share code, notes, and snippets.

@skorotkiewicz
Created December 8, 2016 15:18
Show Gist options
  • Save skorotkiewicz/4a59967e5d2eb8ba8ed45e0df52c5077 to your computer and use it in GitHub Desktop.
Save skorotkiewicz/4a59967e5d2eb8ba8ed45e0df52c5077 to your computer and use it in GitHub Desktop.
SSH Tunel to your Proxy Webbrowser
$ ssh -4 -N -D 1025 [email protected]
1025 is a proxy port (localhost:1025)
it work with socks v5!
// http://www.sebastian.korotkiewicz.eu/2013/03/30/ssh-tunel-to-your-proxy-webbrowser/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment