SSH-Host key verification failed

来自三线的随记
Admin讨论 | 贡献2020年4月16日 (四) 16:40的版本 (创建页面,内容为“=== Method 1 === rm -f ~/.ssh/known_hosts === Method 2 === ssh-keygen -R hostname [-f known_hosts_file] === Method 3 === ssh -o StrictHostKeyChecking=no ******…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

Method 1

rm -f ~/.ssh/known_hosts


Method 2

ssh-keygen -R hostname [-f known_hosts_file]


Method 3

ssh -o StrictHostKeyChecking=no ******