ssh -vT [email protected] 报错: kex_exchange_identification: read: Connection reset by peer Connection reset by 140.82.116.36 port 443 22 不行,换成 443 还是不行,用手机网络正常,挂 tz 也不行!!!
你的 proxy 可能有问题,机场可能禁用了 file `C:\Users\username\.ssh\config` ```config ProxyCommand connect -S 127.0.0.1:1080 -a none %h %p Host ssh.github.com User git Port 443 Hostname ssh.github.com IdentityFile "C:\Users\username\.ssh\github_ed25519" TCPKeepAlive yes ```