Skip passphrase prompts, usually only for automation accounts.
Section: Key Generation
Generate a key without passphrase
bash
bash
ssh-keygen -t ed25519 -N '' -f ~/.ssh/id_ci_ed25519Explanation
Skip passphrase prompts, usually only for automation accounts.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Key Generation