Using ssh as a SOCKS server

Posted on Fri 10 September 2010 in 我用(IT) • Tagged with chrome, ssh, 浏览器

use ssh as a SOCKS server:

ssh -D port host
windows平台下的ssh命令行可以在以下地址下载: http://sshwindows.sourceforge.net/download/

解释一下-D参数:

-D [bind_address:]port Specifies a local “dynamic” application-level port forwarding. This works by allocating a socket to listen to port on the local side, optionally bound to the specified bind_address. Whenever a connection ...


Continue reading