Last active: 2 years ago
SSH config
ProxyCommand connect -S 127.0.0.1:10808 -a none %h %p
Host github.com
User git
Port 22
Hostname github.com
# 注意修改路径为你的路径
IdentityFile "C:\Users\xfy\.ssh\id_rsa"
TCPKeepAlive yes
Host ssh.github.com
User git
Port 443
Hostname ssh.github.com
# 注意修改路径为你的路径
IdentityFile "C:\Users\xfy\.ssh\id_rsa"
TCPKeepAlive yes