首页 > 其他 > 详细

The authenticity of host 192.168.0.xxx can't be established

时间:2015-01-16 16:29:41      阅读:300      评论:0      收藏:0      [点我收藏+]

启动hadoop 的时候,可能会报错:

The authenticity of host 192.168.0.xxx can‘t be established

  

解决方案是,在报错的机器上执行如下代码:

ssh -o StrictHostKeyChecking=no 192.168.0.xxx

  

The authenticity of host 192.168.0.xxx can't be established

原文:http://www.cnblogs.com/BennyTian/p/4228966.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!