Skip to content

Instantly share code, notes, and snippets.

@Dih5
Created April 21, 2019 22:52
Show Gist options
  • Save Dih5/fe1ef11c7cf9cc2c6118f7550dff2971 to your computer and use it in GitHub Desktop.
Save Dih5/fe1ef11c7cf9cc2c6118f7550dff2971 to your computer and use it in GitHub Desktop.
Remote ssh server as a SOCKS5 proxy with Chromium
ssh -ND 1080 <user>@<host>
chromium --proxy-server="socks5://localhost:1080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment