The authenticity of host 'bitbucket.org (131.103.20.168)' can't be established

六眼飞鱼酱① 提交于 2019-12-04 02:28:05
Esse

No. When you'll first connecting to bitbucket, ssh client on your machine will store RSA fingerprint in file called known_hosts. Then before each connection server fingerprint will be validated with stored one (to avoid man-in-the-middle attack).

So - you need to accept this fingerprint only once (if you're diligent you should compare it with fingerprint provided by bitbucket).

If your key is added, you might be missing this important step...

When we get the prompt Are you sure you want to continue connecting(yes/no)? then we should type yes before hitting the return/Enter key.

Good Luck.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!