-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openssh_cert signature_algorithm does not list all choices #825
Comments
Related: #813 |
I'd like to upgrade this issue to a bug because
Leaving signature_algorithms unspecified seems to work:
Now, Looking through the man page for
Is the module using an undocumented feature of |
That's not the definition of a bug, but exactly the definition of a new feature. The module currently supports a certain set of choices, and you want more choices. That's a feature request. Not a bug. Even if this module would simply only call ssh-keygen, this would NOT be a bug, but a feature request. |
I very much tend to agree with you.
The module (ssh-keygen) also correctly derives the signature algorithm for ecdsa (256, 384, 521) and there is only the one option for each key (as with ed25519). So in the end, I'm OK with not changing anything because in my opinion, nothing needs changing :) (apart from the undocumented Sorry for the noise. |
I've noticed that the openssh_cert does list only three signature_algorithm choices
community.crypto/plugins/modules/openssh_cert.py
Line 567 in 16434d9
ssh -Q key-ca-sign
currently shows more:The text was updated successfully, but these errors were encountered: