This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Failed to parse attestation object #35
Comments
Same issue here.
Compiled with the correct release flag (-DSK_API_VERSION=9) Debug info:
|
Same thing here, first suffered #21, now stumbling into this. Fix this as described (copied the so file to
Debug ssh-keygen
EDIT:
|
I think it's a hardware issue. For example, going to this website (webauthn.io) and selecting the "security key" advanced option leads to this pop-up: So the issue could be due to the device not supporting security keys. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello. Hopefully you can help me get this working. I'm trying to use Windows Hello (fingerprint, specifically) to an SSH to use with Github.
I built from source, following the instructions and installed with
sudo make install
.To generate a key pair, I ran:
SSH_SK_PROVIDER=/usr/local/lib/libwindowsfidobridge.so ssh-keygen -t ecdsa-sk
After a fairly long wait (#21?), I was prompted by the Windows Hello screen and touched the fingerprint reader.
Unfortunately, the result was unsuccessful:
Please let me know if there's any debuggint information I can provide. I'm quite stuck. :(
Versions:
The text was updated successfully, but these errors were encountered: