当前位置:   article > 正文

ubuntu终端连接远程服务器时出现的“The authenticity of host can‘t be established”的解决方案_the authenticity of host 'master (192.168.234.10)'

the authenticity of host 'master (192.168.234.10)' can't be established

问题描述

在用命令 ssh root@IP连接远程服务器时,出现了以下的问题:

The authenticity of host IP can't be established.
ED25519 key fingerprint is SHA256:kvEw8DZm7ED7UXN9KEhdwURAhxaC6NOTEBgnKj0WTwc.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? 
  • 1
  • 2
  • 3
  • 4

按回车以后,连接失败:

Host key verification failed.
  • 1

原因分析

可能是远程服务器的一种安全机制,具体原因不明。


解决方案

SSH的时候加上StrictHostKeyChecking选项:

ssh -o StrictHostKeyChecking=no IP地址
  • 1

连接成功

参考文章

ssh登录,出现The authenticity of host 192.168.xx.xx can’t be established. 问题

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/186044
推荐阅读
相关标签
  

闽ICP备14008679号