Tag Archive
The following is a list of all entries tagged with proxy:
SSH as Proxy
Filed in Web, August 25, 2008, 11:53 amThree steps:
A server with SSH access, say its address is yourhostname.com.
ssh -D 8080 -Nf yourhostname.com
Setup browser or other applications to use the proxy with Host: 127.0.0.1 Port: 8080 Type: SOCKS v5.