Created
December 8, 2016 15:18
-
-
Save skorotkiewicz/4a59967e5d2eb8ba8ed45e0df52c5077 to your computer and use it in GitHub Desktop.
SSH Tunel to your Proxy Webbrowser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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