git bash下登录ssh使用ProxyCommand的方法

linux下是 ProxyCommand nc -x 127.0.0.1:1080 %h %p,然而对windows下的git bash是不管用的。git bash必须得用connect,如下: ProxyCommand connect -S 127.0.0.1:1080 %h %p connect.exe没有的可以从这里下载:
Git | 2019-02-10 20:02 | 阅读 6561 次 | 评论 0 条
浏览2893499次
文章归档
最新评论
  • 静夜思:-1是多核
  • 时光拾荒者:CtrlCV还是强的😝
  • 硬识岩丝:解决了,太感谢了~