美文网首页
记录一个ssh问题

记录一个ssh问题

作者: 苍老师的眼泪 | 来源:发表于2022-03-22 06:01 被阅读0次
C:\Users\edison>ssh root@192.168.31.68
The authenticity of host '192.168.31.68 (192.168.31.68)' can't be established.
ECDSA key fingerprint is SHA256:D1qMr8L/5OGHeijZDzKEhPPKDQSHSJQ41VVOfgTfT2Q.
Are you sure you want to continue connecting (yes/no/[fingerprint])?
Host key verification failed.

解决方法:
ssh -o StrictHostKeyChecking=no root@xxx.xxx.xxx.xxx

(11条消息) 好记心不如烂笔头,ssh登录 The authenticity of host 192.168.0.xxx can't be established. 的问题_KimSoft的博客-CSDN博客

相关文章

网友评论

      本文标题:记录一个ssh问题

      本文链接:https://www.haomeiwen.com/subject/mwwxjrtx.html