Append a key to authorized_keys.
Section: Accounts Authentication and Access
Install SSH public key manually
bash
bash
cat id_ed25519.pub >> ~/.ssh/authorized_keysExplanation
Ensure permissions on `~/.ssh` and `authorized_keys` are strict.
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 Accounts Authentication and Access