Thursday, June 20, 2013

SSH Socks Proxy

On the remote side, edit sshd_config and allow:
AllowTcpForwarding yes
TCPKeepAlive yes

On client run:

ssh -D 12345 user@remote-server

Now you adjust browser to use localhost socks proxy on port 12345

No comments:

Post a Comment