Create an RSA key pair for compatibility when needed.
Section: Key Generation
Generate an RSA key
bash
bash
ssh-keygen -t rsa -b 4096 -C 'you@example.com'Explanation
Create an RSA key pair for compatibility when needed.
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