Skip to content
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

Closed
MEschenbacher opened this issue Feb 5, 2021 · 3 comments · Fixed by #189
Closed

not all openssh public key authentication types are supported #134

MEschenbacher opened this issue Feb 5, 2021 · 3 comments · Fixed by #189
Assignees
Labels
feature This issue/PR relates to a feature request. has_pr verified This issue has been verified/reproduced by maintainer

Comments

@MEschenbacher
Copy link

SUMMARY

The current authorized_key module does not allow all supported key types for ssh public key authentication.

If I'm reading

def parsekey(module, raw_key, rank=None):
(most current main commit) correctly, the following key types are not supported:

ISSUE TYPE
  • Bug Report
COMPONENT NAME

plugins/modules/authorized_key.py function parsekey

ANSIBLE VERSION
git tree at current https://github.com/ansible-collections/ansible.posix/tree/bc0fb3096b7c2bc52b77ac59ef8c2cc441999958
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

@oldium
Copy link

oldium commented Mar 21, 2021

@Akasurde
Copy link
Member

@MEschenbacher Thanks for reporting this issue. Could you please confirm if #189 works for you? Thanks.

@Akasurde Akasurde self-assigned this May 24, 2021
@Akasurde 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
@MEschenbacher
Copy link
Author

Looks good to me, thank you for addressing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request. has_pr verified This issue has been verified/reproduced by maintainer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants