Raspberry Pi

How to Remove Passphrase on SSH Key

如何在 Raspberry Pi / linux 上移除 SSH key 上的(passphrase)。有兩種方式: 選項一:完全移除密碼片語(安全性較低,但更方便) SSH 登入你的 Pi 後執行: ssh-keygen -p -f ~/.ssh/id_ed25519 (如果你的金鑰檔名不同,請替換 id_ed25519 — 可以用 ls ~/.ssh 查 …