Skip to content

Instantly share code, notes, and snippets.

@amitchhajer
Created December 28, 2012 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amitchhajer/4395030 to your computer and use it in GitHub Desktop.
Save amitchhajer/4395030 to your computer and use it in GitHub Desktop.
Tunnelling using ssh
ssh -C2qTnN -D 8080 username@xxx.xxx.xxx.xxx (xxx.xxx.xxx.xxx is the ip which allows ssh access) (can change the port from 8080 to as per requirement)
You are connected to the proxy. To use the proxy, go the one of your browser
and change the proxy settings to use SOCKS protocol and localhost (127.0.0.1) with port 8080.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment