如何找到GitLab主机名(测试SSH密钥)?

时间:2017-04-10 09:09:57

标签: ssh gitlab

我刚创建了一个个人GitLab帐户,并尝试按照

上的步骤操作

https://gitlab.com/help/ssh/README

将我的SSH密钥部署到GitLab。我已经完成了第5步,并在我的用户设置中的“您的SSH密钥”中查看了我的SSH密钥 - > SSH密钥:

enter image description here

我正在尝试完成可选的第6步,测试密钥:

enter image description here

我的GitLab用户名是khpeek,所以我猜测我的'GitLab域'是gitlab.com/khpeek。但是,测试命令

ssh -T git@gitlab.com/khpeek

会产生错误消息:

ssh: Could not resolve hostname gitlab.com/khpeek: Name or service not known

显然这是错误的主机名。什么是正确的?

1 个答案:

答案 0 :(得分:33)

如果您在gitlab.com上使用Gitlab,那么该域名只是gitlab.com,因此您应该运行ssh -T git@gitlab.com