I have a technical recommendation for SSH that states we should only use the following algorithms for Public Key authentication. Unfortunately the guide does not mention the exact names of ciphers as they are used in OpenSSH an I have difficulty mapping the two.
Does anyone know what SSH ciphers the following might correlate with:
- pgp-sign-dss2
- ecdsa-sha2-*
- x509v3-rsa2048-sha256
- x509v3-ecdsa-sha2-*
The ecdsa-sha2-* are pretty clear to me (mostly nistp stuff that I am not going to use), but I cannot find a mapping for the others (espeically the x509v3- ones.
Does anyone have a good resource on how to map those?