-
Notifications
You must be signed in to change notification settings - Fork 153
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
not all openssh public key authentication types are supported #134
Comments
Current list of SSH keys can be found here |
Akasurde
added a commit
to Akasurde/ansible.posix
that referenced
this issue
May 24, 2021
Fixes: ansible-collections#134 Signed-off-by: Abhijeet Kasurde <[email protected]>
@MEschenbacher Thanks for reporting this issue. Could you please confirm if #189 works for you? Thanks. |
Akasurde
added
feature
This issue/PR relates to a feature request.
has_pr
verified
This issue has been verified/reproduced by maintainer
labels
May 24, 2021
Looks good to me, thank you for addressing this! |
Akasurde
added a commit
to Akasurde/ansible.posix
that referenced
this issue
May 25, 2021
Fixes: ansible-collections#134 Signed-off-by: Abhijeet Kasurde <[email protected]>
1 task
1 task
This was referenced Aug 19, 2022
This was referenced Sep 14, 2022
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
The current
authorized_key
module does not allow all supported key types for ssh public key authentication.If I'm reading
ansible.posix/plugins/modules/authorized_key.py
Line 380 in bc0fb30
ISSUE TYPE
COMPONENT NAME
plugins/modules/authorized_key.py function parsekey
ANSIBLE VERSION
CONFIGURATION
not applicable
OS / ENVIRONMENT
not applicable
STEPS TO REPRODUCE
not applicable
EXPECTED RESULTS
I expect all openssh public key authentication types to be working.
ACTUAL RESULTS
not applicable
The text was updated successfully, but these errors were encountered: