解决ssh -T git@github.com报错connection closed问题

问题

$ ssh -T git@github.com
kex_exchange_identification: Connection closed by remote host
Connection closed by 20.205.243.166 port 22

解决

$ ssh -T -p 443 git@ssh.github.com
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐