ed25519-sk doesn't work, but ecdsa-sk does, despite my security key being FIDO #576
-
Hello there, I've been trying to build an SSH key with my work-issued security key recently, and I found out that while issuing the command |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The security key is likely a U2F (FIDO) key. U2F keys only support ECDSA. You can use |
Beta Was this translation helpful? Give feedback.
The security key is likely a U2F (FIDO) key. U2F keys only support ECDSA. You can use
fido2-token -I /dev/hidrawX
to obtain information on the key's capabilities. fido2-token is part of the libfido2 package in Arch Linux.