ssh使用http代理登录工具
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ssh使用http代理登录工具相关的知识,希望对你有一定的参考价值。
wget http://www.agroman.net/corkscrew/corkscrew-2.0.tar.gz
tar xf corkscrew-2.0.tar.gz && cd corkscrew-2.0 && ./configure && make && make install
vim /etc/ssh/ssh_config
加入
Host *
ProxyCommand /usr/local/bin/corkscrew 192.168.209.128 3128 %h %p /tmp/authfile
格式:
Host [内网IP]
ProxyCommand [corkscrew工具所在的路径] [HTTP代理的地址] [HTTP代理的端口] %h %p [认证文件(可选)]
认证文件格式:username:password
本文出自 “网络收藏夹” 博客,请务必保留此出处http://liyaoyi.blog.51cto.com/442933/1740526
以上是关于ssh使用http代理登录工具的主要内容,如果未能解决你的问题,请参考以下文章