赞
踩
在用命令 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])?
按回车以后,连接失败:
Host key verification failed.
可能是远程服务器的一种安全机制,具体原因不明。
SSH的时候加上StrictHostKeyChecking选项:
ssh -o StrictHostKeyChecking=no IP地址
连接成功
ssh登录,出现The authenticity of host 192.168.xx.xx can’t be established. 问题
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。