把对
github.com 的 SSH 连接重定向到
ssh.github.com:443```
Host
github.com HostName
ssh.github.com Port 443
User git
# 如需通过本地 HTTP 代理转发 SSH (可选,根据你网络环境)
# 使用 HTTP 代理:
# ProxyCommand /usr/bin/nc -X connect -x 127.0.0.1:8001 %h %p
# 使用 SOCKS5 代理:
# ProxyCommand /usr/bin/nc -X 5 -x 127.0.0.1:1080 %h %p
```