coding.net的ssh连接时出现hostkey的问题
按照官网的方法配置公钥后,输入命令ssh -T git@git.coding.net
时候出现
The authenticity of host 'git.coding.net (blahblah)' can't be established.
RSA key fingerprint is
blahblah.
Are you sure you want to continue connecting (yes/no)?
Host key verification failed.
这是为什么?
我coding上的项目能够正常push和pull,github也可以,而且对github使用ssh -T也是正常的
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚也遇到了这个问题,然后我百度了一下,https://coding.net/help/doc/g...,这里面讲到了这个问题,然后呢,在(yes/no)? 后面输入yes即可,如下:
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'git.coding.net,124.165.217.67' (RSA) to the list of known hosts.
Hello Bacchus! You've connected to Coding.net via SSH successfully!