ssh使用http代理登陸工具

wget  http://www.agroman.net/corkscrew/corkscrew-2.0.tar.gzvim


tar xf corkscrew-2.0.tar.gz && cd corkscrew-2.0 && ./configure && make && make installssh


vim /etc/ssh/ssh_configide


加入工具


Host *.net

ProxyCommand /usr/local/bin/corkscrew 192.168.209.128 3128 %h %p /tmp/authfile代理


格式:get

Host [內網IP] it

ProxyCommand [corkscrew工具所在的路徑] [HTTP代理的地址] [HTTP代理的端口] %h  %p [認證文件(可選)]class


認證文件格式:username:passwordfile

相關文章
相關標籤/搜索