我是靠谱客的博主 缥缈香水,最近开发中收集的这篇文章主要介绍ssh链接服务器报错,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

pcy@pcy:~/.ssh$ sudo ssh root@180.76.140.72
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
SHA256:N/d8kw4iDuci+Xzc+U9IEAJOX5vkOIDUDr6V5de9aUo.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /root/.ssh/known_hosts:1
  remove with:
  ssh-keygen -f "/root/.ssh/known_hosts" -R 180.76.140.72
ECDSA host key for 180.76.140.72 has changed and you have requested strict checking.

Host key verification failed.



解决办法:mv /root/.ssh/known_hosts /tmp

最后

以上就是缥缈香水为你收集整理的ssh链接服务器报错的全部内容,希望文章能够帮你解决ssh链接服务器报错所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(46)

评论列表共有 0 条评论

立即
投稿
返回
顶部