macOS Sonoma, Yubikey doesn't work with ssh-keygen #753
Unanswered
miklosakos
asked this question in
Q&A
Replies: 1 comment
-
Hi, This thread was converted from an issue since this is not a bug with libfido2. The version of OpenSSH that is bundled with macOS does not include the built-in security key provider (aka middleware). You can either build a standalone version of the provider yourself, or use OpenSSH from brew. You may find more details in the discussion following #464 (comment). Let us know if you've got any more questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What version of libfido2 are you using?
1.14.0
What operating system are you running?
macOS Sonoma 14.1.1 [arm64]
What application are you using in conjunction with libfido2?
macOS ssh client
How does the problem manifest itself?
Generating public/private ed25519-sk key pair.
You may need to touch your authenticator to authorize key generation.
No FIDO SecurityKeyProvider specified
Key enrollment failed: invalid format
Is the problem reproducible?
What are the steps that lead to the problem?
wanting to create a FIDO SSH key
fido2-token -L
Beta Was this translation helpful? Give feedback.
All reactions