github连接报"ssh: connect to host github.com port 22: Connection timed out"错误

Posted 星朝

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了github连接报"ssh: connect to host github.com port 22: Connection timed out"错误相关的知识,希望对你有一定的参考价值。

1. 异常


在连接github时,执行”ssh -T [email protected]” 命令时,出现

ssh: connect to host github.com port 22: Connection timed out
  • 1

2. 解决方法


在存放公钥私钥(id_rsa和id_rsa.pub)的文件里,新建config文本,内容如下:

Host github.comUser YourEmail@163.comHostname ssh.github.comPreferredAuthentications publickeyIdentityFile ~/.ssh/id_rsaPort 443
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

其中User为登录github的账号名称。
再次执行”ssh -T [email protected]”时,会出现提示如下,回车”yes”即可。
技术分享图片
这时验证就可以通过。
技术分享图片





以上是关于github连接报"ssh: connect to host github.com port 22: Connection timed out"错误的主要内容,如果未能解决你的问题,请参考以下文章

ssh连接报错解决

关于SSH远程连接报错

scp传输出现ssh服务连接报错

ssh连接报错:Connection refused的解决办法

客户端连接报认证失败

ssh远程连接报错ssh_exchange_identification: Connection closed by remote host