0.0.0.0: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
0.0.0.0: @    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
0.0.0.0: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
0.0.0.0: IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
0.0.0.0: Someone could be eavesdropping on you right now (man-in-the-middle attack)!
0.0.0.0: It is also possible that a host key has just been changed.
0.0.0.0: The fingerprint for the ECDSA key sent by the remote host is
0.0.0.0: b3:76:18:e0:c8:b1:39:32:8a:58:91:45:53:89:fd:63.
0.0.0.0: Please contact your system administrator.
0.0.0.0: Add correct host key in /root/.ssh/known_hosts to get rid of this message.
0.0.0.0: Offending ECDSA key in /root/.ssh/known_hosts:2
0.0.0.0:   remove with: ssh-keygen -f "/root/.ssh/known_hosts" -R 0.0.0.0
0.0.0.0: ECDSA host key for 0.0.0.0 has changed and you have requested strict checking.
0.0.0.0: Host key verification failed.
stopping yarn daemons
stopping resourcemanager
localhost: no nodemanager to stop
no proxyserver to stop
可以看出ssh主机没有连接成功

root@hett-OptiPlex-7040:/usr/local/src/hadoop# ssh-keygen -R "0.0.0.0"
# Host 0.0.0.0 found: line 2 type ECDSA
/root/.ssh/known_hosts updated.

查询主机对应的秘钥

ssh-keygen -F 0.0.0.0

最新文章

  1. Linux网络编程-tcp缓存设置
  2. DataAccess通用数据库访问类,简单易用,功能强悍
  3. Oracle 服务手动启动关闭
  4. 阿里云对象存储OSS————跨域资源共享(CORS)(m3u8 无法加载m3u8:跨域访问被拒绝)
  5. open(/dev/ietctl, O_RDWR) 参数含义(转载)
  6. 转:ASP.NET MVC扩展之HtmlHelper辅助方法
  7. 浅谈 Active Learning
  8. 用ISO C++实现自己的信号槽(Qt另类学习)
  9. Json.Net系列教程 2.Net类型与JSON的映射关系
  10. element.style覆盖了我的样式!!
  11. CentOS 7 时区设置
  12. How to get table pg_stat_user_functions.
  13. dubbo,eclipse,服务报错
  14. 20181117-python第二章学习小结-part1
  15. Putty中的pscp和psftp的简明用法
  16. Windows下Redis的安装和部署
  17. Fiddler抓包【6】_Fiddler Script
  18. 软件开发者路线图梗概&书摘chapter4
  19. 【原创】惊!史上最全的select加锁分析(Mysql)
  20. Logcat命令详情

热门文章

  1. 12_tcp_ip相关概念
  2. jQuery.ajax各种参数及属性设置
  3. @Conditional注解的作用
  4. 【Linux学习】Linux文件系统6—文件目录权限设置
  5. flex+blazeds
  6. C++类静态变量的一种使用特例
  7. Bootstrap表格分页(二)
  8. POJ1182【种类并查集】
  9. opencv surf特征点匹配拼接源码
  10. (十一)SpringBoot导出excel文件