Last active
June 15, 2018 15:04
-
-
Save pierrelux/182ae5b21e609d309e23671483fdbb55 to your computer and use it in GitHub Desktop.
Chrome SSH Tunneling
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 -ND 1080 user@hostname | |
google-chrome --proxy-server="socks5://localhost:1080" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment