Create a key pair for signing user certificates.
Section: Server Keys and Certificates
Generate a user CA key
bash
bash
ssh-keygen -t ed25519 -f ~/.ssh/ca_user -C 'user CA'Explanation
Create a key pair for signing user certificates.
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 Server Keys and Certificates
Trust a user CA in sshd_config
Allow user certificates signed by a trusted CA.
Disable password authentication
Require key-based authentication on the server.