ssh通过代理连接服务器(proxytunnel)
目录
背景说明
有一天电脑突然无法通过代理连接到服务器,使用的是ncat连接到代理服务器,折腾了两个星期终于找到了解决办法,就是使用proxytnnel
mac安装方法
brew install proxytunnel
在终端登陆,通过代理服务器102连接到259服务器
|
|
|
|
写入 .ssh/config
配置文件
|
|
|
|
~/.ssh/myauth
内容
|
|
其他解决方案
- ncat
用了很久的ncat方法,虽然现在用不到,也记录一下。
写入
~/.ssh/config
|
|
- corkscrew(只支持http)
|
|
~/.ssh/myauth
的内容:
|
|