最近给软路由重装完固件连接时发现ssh报错,如下

C:\Users\yzh>ssh root@192.168.8.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 ED25519 key sent by the remote host is
SHA256:uSgAcKy0NKevdMFprVPlHaajR6Bg.
Please contact your system administrator.
Add correct host key in C:\\Users\\yzh/.ssh/known_hosts to get rid of this message.
Offending ED25519 key in C:\\Users\\yzh/.ssh/known_hosts:5
ED25519 host key for 192.168.8.1 has changed and you have requested strict checking.
Host key verification failed.

WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
警告:远程主机标识已更改!
这个报错主要是因为远程主机的ssh公钥发生了变化,两边不一致导致的

删除本地对应ip的在known_hosts相关信息

删除之后重新连接,成功!

ssh登陆报错“IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!“问题原因及解决方法相关推荐

  1. git push的时候报错:error: src refspec xxxxx does not match any. 错误原因和解决方法

    先说一下自己的修改经历 : 我本身想push到的是一个master的分支bugfix/V1120 然而当我执行 git push origin bugfix/V1120 报错 error: src r ...

  2. ISE MAP报错: Unsupported programming for BSCAN block and JTAG_CHAIN attribute value 1的解决方法

    ISE MAP报错: Unsupported programming for BSCAN block and JTAG_CHAIN attribute value 1的解决方法 参考文章: (1)IS ...

  3. MySQL5.7报错[ERROR] Unix socket lock file is empty /tmp/mysql.sock.lock的解决方法

    MySQL5.7报错[ERROR] Unix socket lock file is empty /tmp/mysql.sock.lock的解决方法 参考文章: (1)MySQL5.7报错[ERROR ...

  4. npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法

    npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法 参考文章: (1)npm install ...

  5. SVN报错之“Failed to run the WC DB work queue associated with...“的解决方法

    SVN报错之"Failed to run the WC DB work queue associated with-"的解决方法 文章目录 SVN报错之"Failed t ...

  6. Chrome升级91扩展程序报错Tabs cannot be edited right now (user may be dragging a tab)解决方法

    本文主要介绍Chrome浏览器升级91后,使用扩展程序(extension)报错时,报错:Unchecked runtime.lastError: Tabs cannot be edited righ ...

  7. python打包软件后报错 :SyntaxError: Non-UTF-8 code starting with ‘\x90‘ in file 的原因及解决方法

    本篇文章主要讲解,python打包软件后报错 :SyntaxError: Non-UTF-8 code starting with '\x90' in file 的原因及解决方法 作者:任聪聪 报错说 ...

  8. AD域控Exchange邮箱(二)——卸载ExchangeServer2010报错:“有些控件无效 - 请指定要卸载的现有服务器” 解决方法

    目录 问题描述 原因分析 解决方法 已开始,正常卸载 问题描述 exchange邮箱出问题,需要进行卸载重装.但是在卸载exchange过程中,报错:"有些控件无效 - 请指定要卸载的现有服 ...

  9. ssh登陆报错“WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!”的解决方法

    解决方法:删除 ~/.ssh/known_hosts 转载于:https://www.cnblogs.com/liangxc/p/10414123.html

最新文章

  1. 激光雷达与相机:哪个最适合自动驾驶汽车?
  2. 安装 centos7
  3. [ext/iconv/iconv.lo] Error 1
  4. 利用arcgis将execl数据可视化(点)
  5. 衡水计算机考试报名入口,2018下半年NCRE全国计算机等级考试报名通知
  6. JavaScript(三)—— JavaScript 函数/JavaScript 作用域/JavaScript 预解析/JavaScript 对象
  7. Android 系统(18)---Handler,MessageQueue与Looper关系
  8. 使用iMazing为iPad添加PDF文档
  9. Rust: 属性(attribute)的含义及文档大全
  10. nginx反向代理实现直接域名访问
  11. 湖南大学ACM——10015.self-numbers
  12. 【转】中专生的C++之路!
  13. 用流量扫码总显示无法连接服务器,手机有流量但无法连接网络?手机数据网络不能访问互联网...
  14. 2017年营销行业八大趋势预测,H5居然...
  15. Arcgis软件应用(五)遥感图像地理配准、矢量化与地图制作
  16. Jensen–Shannon divergence
  17. matlab 生成静音文件,matlab去除静音段
  18. Python实现三轴加速度计步功能
  19. mysql @的使用
  20. springcloud在 repository层通过sql语句实现查询功能

热门文章

  1. Revit二次开发环境平台的搭建
  2. linux自动补全命令插件,vim自动补全插件snipMate
  3. 全网最优质的电子书资源下载网站,每一个都让你爽翻天!
  4. 番茄工作法——方法(笔记)
  5. 常见的电商直播模式有哪些,你都了解过吗?
  6. Rails部署云环境配置(Passenger+Apache)
  7. python中的序列封包和序列解包
  8. 原 docker(22):使用docker 搭建网关,Mashape API 网关 Kong,安装dashboard,和pgadmin4
  9. SSIS - Excel Destination无法接受大于255个字符长度的字符字段(转载)
  10. (回溯_04)组合总和