This tool generates SSH key pairs with common RSA sizes and Ed25519, suitable for Git and server authentication setup.
Key Features
- RSA-2048/3072/4096 and Ed25519 support
- Public key, private key, and fingerprint output
- Optional key comment field
- One-click copy for generated values
Steps
- Select algorithm and enter comment.
- Generate the key pair.
- Add public key to target platform.
- Store private key securely with strict permissions.
Use Cases
- Git SSH authentication setup
- Linux/cloud server key-based login
- Developer key management demos
Notes
- Never expose private keys in repositories or chats.
- Protect private keys with passphrase and rotation policy.
- Some platforms require specific key format and file permissions.