Skip to content

Instantly share code, notes, and snippets.

@pierdom
Last active September 7, 2017 07:56
Show Gist options
  • Save pierdom/372bea57d4a2ca62e1e57289cda5aa44 to your computer and use it in GitHub Desktop.
Save pierdom/372bea57d4a2ca62e1e57289cda5aa44 to your computer and use it in GitHub Desktop.
[Set SSH server as SOCKS proxy] #linux #macosx #sysadmin #networking

Set SSH server as SOCKS proxy

$ ssh -D 12345 username@remoteserver

Don't close the terminal and set localhost:12345 as SOCKS in the browser (or system wide).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment