Introduction You may have read my post of turning a Linux machine into a SOCKS proxy with a single command. Well this is a somewhat more permanent solution but achieves the same thing but I hasten to add significantly more
Turn a Linux Machine into a SOCKS Proxy in a Single Command
Introduction Need a proxy? Want to hide your IP? This is a sneaky and easy trick. Just use the following: ssh -f -N -D 0.0.0.0:1080 localhost Thats it! All there is to it. Doesn’t even need root access. Now Open-SSH