Skip to content

Instantly share code, notes, and snippets.

@pierrelux
Last active June 15, 2018 15:04
Show Gist options
  • Save pierrelux/182ae5b21e609d309e23671483fdbb55 to your computer and use it in GitHub Desktop.
Save pierrelux/182ae5b21e609d309e23671483fdbb55 to your computer and use it in GitHub Desktop.
Chrome SSH Tunneling
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