SSH设置代理 Jacob 2023-08-29 约 56 字 预计阅读 1 分钟 目录 打开.ssh/config 输入如下内容可以为bitbucket 设置代理 1 2 3 4 5 Host bitbucket.org ProxyCommand /usr/bin/nc -X 5 -x 127.0.0.1:1080 %h %p Port 22 User jacob IdentityFile ~/.ssh/id_rsa