(1)ssh连接不成功
报错:RSA host key for 192.168.1.xxx has changed and you have requested strict checking.
Host key verification failed.
lost connection
解决方法:
终端运行以下命令
rm ~/.ssh/known_hosts
转载于:https://blog.51cto.com/10602188/1944140
(1)ssh连接不成功
报错:RSA host key for 192.168.1.xxx has changed and you have requested strict checking.
Host key verification failed.
lost connection
解决方法:
终端运行以下命令
rm ~/.ssh/known_hosts
转载于:https://blog.51cto.com/10602188/1944140