ssh 报错Host key verification failed  或Ubuntu connect to serve 失败  通常是因为没有装ssh

sudo apt-get install  openssh-server 就可以了,但是我这边是因为之前连上了,后面远程服务器改了密码,

之前保存的密码验证失败,这时候就要把保存的密码删掉,哪里删掉???

用Ubuntu connect to serve 就直接报错,用ssh就报下面的错,

ssh xxx@xxx.xxx.xxx.xxx

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 ECDSA key sent by the remote host is
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Please contact your system administrator.
Add correct host key in /home/xxxxx/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/xxxxxx/.ssh/known_hosts:23
remove with: ssh-keygen -f "/home/xxxxx/.ssh/known_hosts" -R xxxx.xxxx.xxxx.xxxx
ECDSA host key for xxxx.xxxx.xxxx.xxxx has changed and you have requested strict checking.
Host key verification failed.

其实,只要打开 /home/xxxxx/.ssh/known_hosts ,把23行的删掉就可以,那个是密钥保存的,之后远程登录重新输入新的密码就可以了

最新文章

  1. Freemark笔记
  2. python面向对象初级(七)
  3. fastclick与zepto的 tap事件关于在手机上click事件的300ms延迟的区别
  4. android中如何在低版本(5.0之前)上使用tint(着色)属性
  5. 性能监控工具nmon
  6. nsenter into docker. selinux(semanage,restorecon)
  7. 由浅入深了解Thrift之客户端连接池化续
  8. org.apache.common.io-FileUtils详解
  9. C++类继承内存布局(三)
  10. Spring JDBC 随笔
  11. LeetCode _ Word Break
  12. 【译】在Asp.Net中操作PDF – iTextSharp - 使用表格
  13. javascript 基础系列(一)
  14. POJ 3659 Cell Phone Network / HUST 1036 Cell Phone Network(最小支配集,树型动态规划,贪心)-动态规划做法
  15. Mac OS X下让ruby支持tcl/tk
  16. python argparse(参数解析)模块学习(一)
  17. Win7下MongoDB的安装和使用
  18. powerdesign、navacat、ER图、uml、类图、时序图
  19. Le Chapitre VII
  20. [转帖] Linux运维基础知识学习内容

热门文章

  1. 1.6 selenium3+firefox环境搭建
  2. golang sync.Cond条件变量的使用
  3. CentOS7中使用yum安装Nginx的方法
  4. angular 使用window事件
  5. Redis集群配置(linux)
  6. NumPy 基础用法
  7. glog学习(二):glog主要接口和类分析
  8. design_patterns_in_typescript 学习
  9. Javascript 来判断数组的假值如 null false "" NaN
  10. js跳转 -- 转