homestead 突然崩了,重灌了之後連線資料庫,提示
The server key has changed. Either you are under attack or the administrator changed the key. New server key hash: bb:37:89:30:ac:b9:38:1e:7a:bb:25:92:2f:c0:74:2e:de:a8:0f:b6
- 解決辦法
// 我的虛擬機器 IP 地址是 192.168.3.91 請換成你的 IP 執行 ssh-keygen -R 192.168.3.91 # Host 192.168.3.91 found: line 14 /Users/lkt/.ssh/known_hosts updated. Original contents retained as /Users/lkt/.ssh/known_hosts.old 然後重新連線就可以了
本作品採用《CC 協議》,轉載必須註明作者和本文連結