摘要
在 WSL 中重新生成新的 SSH 金鑰並啟動新的虛擬機實例
描述
- 使用 WSL 啟動到 VM 實例的 SSH 連接。
- 提示輸入密碼時,已輸入devcloud。
- 遇到錯誤: Permission denied (publickey,keyboard-interactive). kex_exchange_identification: Connection closed by remote host
解決方法
- 建立 在 WSL 中再次使用 SSH 金鑰。
ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa - 開啟 並 複製 檔案的所有內容: id_rsa.pub.
- 在啟動實例之前,請在配置檔中更新複製的 SSH 金鑰。
- 啟動 新的虛擬機實例。