Skip to content

Support new KeyTypes for FIDO security keys #14

@nerdile

Description

@nerdile

Is your feature request related to a problem? Please describe.
authorized_keys fails to parse newer key types like sk-ecdsa-sha2-nistp256 at openssh.com

Describe the solution you'd like
Add newer KeyType values

Describe alternatives you've considered
For my own purposes I would find it more useful if KeyType were unconstrained, either replace KeyType with a fully unconstrained String field or support an Other(String) option because I expect openssh to add more key types in the future and I would like to be able to write software that will support any key type.

Additional context
I suspect that this implementation doesn't support cert auth either, but I haven't gotten that configured yet so I can't be sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions