SSH-Host key verification failed
来自三线的随记
Method 1
rm -f ~/.ssh/known_hosts
Method 2
ssh-keygen -R hostname [-f known_hosts_file]
Method 3
ssh -o StrictHostKeyChecking=no ******
rm -f ~/.ssh/known_hosts
ssh-keygen -R hostname [-f known_hosts_file]
ssh -o StrictHostKeyChecking=no ******