Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Created September 24, 2015 19:49
Show Gist options
  • Select an option

  • Save gregjhogan/e441049b902782983f9d to your computer and use it in GitHub Desktop.

Select an option

Save gregjhogan/e441049b902782983f9d to your computer and use it in GitHub Desktop.
Socks5 proxy over SSH
ssh -N -D 1080 <user>@<server>
# HTTP/HTTPS_PROXY=socks5://127.0.0.1:1080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment