I've noticed that the openssh_cert does list only three signature_algorithm choices
|
signature_algorithm=dict(type='str', choices=['ssh-rsa', 'rsa-sha2-256', 'rsa-sha2-512']), |
while
ssh -Q key-ca-sign currently shows more:
ssh-ed25519
[email protected]
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
[email protected]
[email protected]
ssh-rsa
rsa-sha2-256
rsa-sha2-512