Supported SSH key formats
The following table shows the supported key types and the minimum key size for each supported key type. Bitbucket Cloud only accepts public keys inOpenSSH's authorized_keys format.
Type of key | Minimum key size (bits) | Example |
|---|---|---|
Ed25519 ( | 256 | ssh-keygen -t ed25519 -b 256 |
ECDSA ( | 256 | ssh-keygen -t ecdsa -b 256 |
RSA ( | 2048 | ssh-keygen -t rsa -b 2048 |
DSA / DSS ( | 1024 | ssh-keygen -t dsa -b 1024 |
Was this helpful?