MyAIUtility

SSH Key Generator

Generate SSH key pairs securely in your browser

Security Notice

Keys are generated entirely in your browser using the Web Crypto API. Your private key is never transmitted anywhere. However, for critical production systems, consider using ssh-keygen on your local machine.

Key Configuration

RSA is widely compatible but slower. Use 4096 bits for better security.

4096 bits provides stronger security but takes longer to generate.

This comment helps identify the key. Usually your email address.

RSA Keys

  • - Most widely compatible
  • - Supported everywhere
  • - Use 4096 bits for security
  • - Slower to generate and use

Ed25519 Keys

  • - Modern and secure
  • - Faster operations
  • - Smaller key size
  • - Requires OpenSSH 6.5+