Add support for OpenSSH FIDO SSH keys `-sk` keys
seanhamlin opened this issue · 1 comments
seanhamlin commented
These -sk
variants can only be created with a YubiKey or compatible FIDO/U2F token and the token is required to use the private key.
It would be great if Lagoon had support for these keys.
I think these are the following public key types
ecdsa-sk
ed25519-sk
See https://www.openssh.com/txt/release-8.2 under the heading "FIDO/U2F Support" for more information on OpenSSH.
rocketeerbkw commented
Duplicate of #2189