Skip to content

Instantly share code, notes, and snippets.

@koutoftimer
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koutoftimer/20fc33711569ac925974 to your computer and use it in GitHub Desktop.
Save koutoftimer/20fc33711569ac925974 to your computer and use it in GitHub Desktop.
shh socks5 proxy with Firefox
#!/usr/bin/env bash
echo Now run firefox -> preferences -> advanced -> network -> settings -> Manual proxy configuration \
SOCKS Host: 127.0.0.1 Port:8080
# Change user@superhost.com with any ssh alias or so
ssh -D 8080 -C -N user@superhost.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment