2014/10/23

ssh proxy

$ ssh -D 8080 myssh.server.com
Firefox: SOCKS proxy: 127.0.0.1 8080
http://whatismyip.com

Traffic goes like this:
local:8080 -> myssh.server.com -> internet -> myssh.server.com -> local:8080

No comments:

Post a Comment