Generate SSH key pairs for secure authentication
⚠️ For Testing/Educational Purposes Only
This is a demonstration tool using pseudo-random generation. For production use, generate SSH keys using: ssh-keygen command on your system.
RSA
• Widely supported algorithm
• Use 2048 or 4096 bits
• Legacy but still common
Ed25519
• Modern, fast algorithm
• Fixed 256-bit key size
• Recommended for new keys
Usage: Add public key to ~/.ssh/authorized_keys on the server. Save private key as ~/.ssh/id_rsa or ~/.ssh/id_ed25519 locally.