uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
560 stars 149 forks source link

Add support for OpenSSH FIDO SSH keys `-sk` keys #3694

Closed seanhamlin closed 6 months ago

seanhamlin commented 6 months ago

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 6 months ago

Duplicate of #2189