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.
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.