您的位置:首页 > 运维架构 > Linux

The authenticity of host 'localhost (::1)' can't be established.

2017-06-30 10:25 585 查看

Error:

[centos@s200 hadoop]$ ssh localhost

The authenticity of host ‘localhost (::1)’ can’t be established.

ECDSA key fingerprint is b7:a7:1d:80:34:67:c6:1e:a2:ac:8e:67:a5:38:38:d0.

Are you sure you want to continue connecting (yes/no)? 1

Please type ‘yes’ or ‘no’: yes

Warning: Permanently added ‘localhost’ (ECDSA) to the list of known hosts.

Write failed: Broken pipe

Fix it:

ssh -o StrictHostKeyChecking=no 192.168.xxx.xxx

Screenshot

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  centos hadoop ssh
相关文章推荐