Linux 链接 GitHub 出现 Connection timed out

打印 上一主题 下一主题

主题 696|帖子 696|积分 2088

题目

安装GIT并完成公钥验证:Linux 体系拉取 Github项目
  1. [root@xxx devtools]# ssh -T git@github.com
  2. ssh: connect to host github.com port 22: Connection timed out
复制代码
办理方案

进入在存放公钥私钥id_rsa.pub文件里,新建/修改config文本
  1. [root@xxx myblog]# cd ~/.ssh
  2. [root@xxx]# vim config
复制代码
config中的内容如下:
  1. Host github.com
  2. User zhengzhaojava@163.com
  3. Hostname ssh.github.com
  4. PreferredAuthentications publickey
  5. IdentityFile ~/.ssh/id_rsa
  6. Port 443
复制代码
重新验证乐成
  1. [root@xxx]# ssh -T git@github.com
  2. The authenticity of host '[ssh.github.com]:443 ([20.205.243.160]:443)' can't be established.
  3. ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
  4. ECDSA key fingerprint is MD5:7b:99:81:1e:4c:91:a5:0d:5a:2e:2e:80:13:3f:24:ca.
  5. Are you sure you want to continue connecting (yes/no)? yes
  6. Warning: Permanently added '[ssh.github.com]:443,[20.205.243.160]:443' (ECDSA) to the list of known hosts.
  7. Hi ProgrammerAdvanced! You've successfully authenticated, but GitHub does not provide shell access.
复制代码
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

尚未崩坏

金牌会员
这个人很懒什么都没写!

标签云

快速回复 返回顶部 返回列表