Skip to content

Instantly share code, notes, and snippets.

@iturgeon
Last active January 23, 2017 15:07
Show Gist options
  • Select an option

  • Save iturgeon/03060724df8f3586b98a3a9cb4851e8b to your computer and use it in GitHub Desktop.

Select an option

Save iturgeon/03060724df8f3586b98a3a9cb4851e8b to your computer and use it in GitHub Desktop.
Firefox - Proxy connections through SSH from another server

SSH as user@remote.server, creating a SOCKS proxy on port 8123

In Firefox, set a manual SOCKS v5 proxy config for localhost on port 8123

ssh -D 8123 -C -q -N user@remote.server add -f if you want to background the process

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