SSH key algorithm identifiers.
The six key algorithms ssh-key 0.6.7 generates and parses, and that the reference derives from a PrivateKeyBase:
ssh-key
PrivateKeyBase
ssh-ed25519
ssh-dss
ssh-rsa
sshsig
rsa-sha2-256
rsa-sha2-512
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
Not supported: FIDO/U2F sk-* keys, opaque name@domain algorithms, encrypted private keys and *-cert-v01@openssh.com certificates.
sk-*
name@domain
*-cert-v01@openssh.com
ssh-ed25519.
ssh-dss.
ssh-rsa.
ecdsa-sha2-nistp256 / ecdsa-sha2-nistp384 / ecdsa-sha2-nistp521.
The NIST curve of an ECDSA key.
SSH key algorithm identifiers.
The six key algorithms
ssh-key0.6.7 generates and parses, and that the reference derives from aPrivateKeyBase:ssh-ed25519)ssh-dss) — 1024-bit p, 160-bit q, SHA-1ssh-rsa) — 2048-bit keys;sshsigsignatures name their hash asrsa-sha2-256/rsa-sha2-512(RFC 8332)ecdsa-sha2-nistp256) — SHA-256ecdsa-sha2-nistp384) — SHA-384ecdsa-sha2-nistp521) — SHA-512Not supported: FIDO/U2F
sk-*keys, opaquename@domainalgorithms, encrypted private keys and*-cert-v01@openssh.comcertificates.