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
网友评论