bug:

Add correct host key in /root/.ssh/known_hosts to get rid of this message

解决办法:

rm ~/.ssh/known_hosts

vim /etc/ssh/ssh_config:

StrictHostKeyChecking no

UserKnownHostsFile /dev/null

  

相关文章:

  • 2021-10-12
  • 2022-12-23
  • 2021-07-21
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2021-12-23
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案