That SSH ninja stuff

How to socks proxy your ssh

ssh -p (remoteport) -D (portforsocks) (remotehost) -Nf

-N don't run commands on the server
-f run as a damon


Caution this does not forward DNS requests these requests will go through your LAN



Then tell your browser to use your proxy to connect to the web.

Must close through ps kill

ps -Afl|grep ssh

kill process

Comments

Popular Posts