關于 someone could be eavesdropping on you right now (man-in-the-middle attack) ssh的解決辦法
? ? 記錄工作中遇到的問題
someone could be eavesdropping on you right now (man-in-the-middle attack) ssh
由于遠程機器或者重組或者更新了ssh server導致本地記錄的驗證信息過時了
不想刪除known_hosts文件(因為有很多機器的信息都在這文件里),可以利用 ssh-keygen -R [遠程機器ip]:port? 這個命令來刪掉關于特定的遠程機器的host信息。
posted on 2019-04-16 20:28 Timmcgraw 閱讀(...) 評論(...) 編輯 收藏