错误态

ssh 192.168.111.200 出现如下错误

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
e7:f4::2c:8c:d7::a7:::b0:3c::4d:3c:.
Please contact your system administrator.
Add correct host key in /usr01/.ssh/known_hosts to get rid of this message.
Offending RSA key in /usr01/.ssh/known_hosts:
RSA host key for 192.168.111.200 has changed and you have requested strict checking.
Host key verification failed.

解决之道

ssh-keygen -R 192.168.111.200

然后重新连,

[root@xxxxxx-tmp ~]# ssh usr01@192.168.111.200
The authenticity of host '192.168.111.200 (192.168.111.200)' can't be established.
ECDSA key fingerprint is ::::e5:a7:fb::d7::ab:a2:cf:2b::.
Are you sure you want to continue connecting (yes/no)? yes

最新文章

  1. GetWord 3.3 屏幕取词
  2. Mongodb profile(慢查询日志)
  3. Netty Client重连实现
  4. asp.net 后台获取input的值
  5. 机器学习实战-K-nearest neighbors 算法的优缺点
  6. 自定义实现InputFormat、OutputFormat、输出到多个文件目录中去、hadoop1.x api写单词计数的例子、运行时接收命令行参数,代码例子
  7. sass笔记-2|Sass基础语法之让样式表更具条理性和可读性
  8. Cocos2d-x源代码解析(1)——地图模块(3)
  9. jsp的Get 与 SET的区别
  10. tensorflow的Virtualenv安装方式安装
  11. CentOS6.6部署OpenStack Havana(Nova-Network版)
  12. js中的 substring和substr方法
  13. PHP的错误处理
  14. Spring+TaskExecutor实例
  15. Java第二次实训
  16. deque源码1(deque概述、deque中的控制器)
  17. selenium中,8种 find element 方法
  18. kuangbin fire搜索bfs
  19. hdu 4513 最长不下降回文序列【manacher】
  20. Linux 文件,目录,压缩,解压缩操作

热门文章

  1. BZOJ2753 [SCOI2012]滑雪与时间胶囊 【kruskal】
  2. 洛谷 P2893 [USACO08FEB]修路Making the Grade 解题报告
  3. 【NOIP模拟赛】藏宝图 最小生成树
  4. Codeforces 937.B Vile Grasshoppers
  5. oracleLinux7上安装oracle11g r2(脚本简单配置环境)
  6. php函数-shuffle
  7. java.sql.Date和java.util.Date的不同和相互转换方式
  8. 随机洗牌算法Knuth Shuffle和错排公式
  9. 【BZOJ2253】纸箱堆叠 [CDQ分治]
  10. HDU1166(线段树单点更新区间查询)