-
Notifications
You must be signed in to change notification settings - Fork 10
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
SSH: Unable to download resident keys #10
Comments
Yeah, this is a bug (not responding to both pre and official code), will be fixed in next release. |
@nickray do you have any idea when that could be? solo2 is so so close from being usable in my case but lack of resident keys is real blocker. I'm unsure if it's better to continue waiting or order the newest yubikeys. |
@arathunku I ordered (only) one yubikey 5. Works out of the box and there are some nice KeePass plugins. Also has a usable OTP App for Windows in Microsoft Store, although mediocre. |
To add to the above i am also unable to get resident key ssh working on the solo 2. @pbl987 yubico just released an updated TOTP app (in beta) for desktop which works fairly well. https://www.yubico.com/blog/introducing-yubico-authenticator-6-for-desktop/ |
Discussed further in solokeys/solo2#108, I believe this should work now. |
@nickray I updated to latest firmware. Now I'm getting
|
I can't use fido2-token to reset the key. But I managed to use chrome to reset the key, then I reset the pin and now I can create and download resident keys. 🎉 |
Per my comment in solokeys/solo2#108 (reply in thread), I discovered that on Ubuntu 20.04, |
Remove associated data in wrapping of keys
Unable to download resident keys. It looks like ssh/libfido2 is still using the 0x41 code defined in FIDO_2_1_PRE, not the FIDO_2_1 one 0x0A implemented in ctap_types.
The
debug1: check_sk_options: option uv is unknown
line in ssh is printed after checking thefido_credman_get_dev_metadata()
returnsFIDO_ERR_INVALID_COMMAND
Originally posted by @kanru in #3 (comment)
The text was updated successfully, but these errors were encountered: