-
Notifications
You must be signed in to change notification settings - Fork 150
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
Support ECDSA SSH keys and FIDO/U2F key types in Lagoon #2189
Comments
Lagoon should also support the FIDO/U2F key types |
As long as the key type is parsable by sshpk - it should be easyish to add in. I'm not sure that the *-sk are supported by sshpk, so we may need to look to validate somehow else? |
Looks like it isn't supported TritonDataCenter/node-sshpk#72 |
Even the non |
ECDSA key support is now in Lagoon |
Going to reopen this to track the -sk key types |
https://support.yubico.com/support/solutions/articles/15000014219-yubikey-5-series-technical-manual
I'd like to use my Yubikey to interact with Lagoon via SSH, but only RSA and Ed25519 keys are supported by Lagoon. For various reasons RSA 2048-bit keys aren't great so it would be nice to add support for at least
ecdsa-sha2-nistp256
, and possiblyecdsa-sha2-nistp384
.The text was updated successfully, but these errors were encountered: