为 Git 设置SSH代理


修改 ssh 的配置文件 .ssh/config

vim .ssh/config

Host github.com
ProxyCommand nc -X 5 -x 127.0.0.2:1080 %h %p

这样链接到 github.com 的 ssh 都会使用 socks5://127.0.0.2:1080 的代理,ssh 的配置可以参考 man ssh_config ,nc 命令的使用可以参考 man nc

评论

此博客中的热门博文

V2ray websocket(ws)+tls+nginx分流

Rstudio 使用代理