我遇到了这个错误:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 RSA key sent by the remote host is
21:0e:54:f2:0c:d8:bc:a1:1c:72:e0:3b:e9:ae:f9:82.
Please contact your system administrator.
Add correct host key in /nfs/home/kkochetov/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /nfs/home/kkochetov/.ssh/known_hosts:1
remove with: ssh-keygen -f "/nfs/home/kkochetov/.ssh/known_hosts" -R 192.168.1.71
RSA host key for 192.168.1.71 has changed and you have requested strict checking.
Host key verification failed.
在ssh-keygen -R 192.168.1.71
之后,问题解决了,但只有约10分钟。然后服务器丢弃了我,在下一次连接后尝试再次收到相同的错误。然后我再次输入ssh-keygen -R 192.168.1.71
,但此后我的密码不再合适。
有什么问题?
如果我尝试在另一台机器上执行相同的管道,它将是相同的。 (首先尝试是可以的,但是10分钟后第二次尝试同样的问题)
有人能帮助我吗?