Does the ssh-keygen have any vendor restrictions on FIDO devices? #3459
-
Setup
Does the ssh-keygen have any vendor restrictions on FIDO devices? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I don't know what type of restrictions you're thinking about, please clarify. As to what the |
Beta Was this translation helpful? Give feedback.
-
OpenSSH uses libfido2 to deal with FIDO devices. Their README claims OpenSSH seems to support them as Did you verify that your eSecu supports one of those protocols and key types? Their current models seem to do that, but I'm unsure about potential older devices. You could try to get more info from If |
Beta Was this translation helpful? Give feedback.
OpenSSH uses libfido2 to deal with FIDO devices. Their README claims
libfido2 supports the FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) protocols.
OpenSSH seems to support them as
ecdsa-sha2-nistp256
orssh-ed25519
variants.Did you verify that your eSecu supports one of those protocols and key types? Their current models seem to do that, but I'm unsure about potential older devices.
You could try to get more info from
ssh-keygen
with higher verbosity (-vvv
) or trying to get a debug log fromlibfido2
(FIDO_DEBUG
)If
ssh-keygen -vvv
andFIDO_DEBUG
don't help you figure this out, you might need to download the Git for Windows SDK and build thelibfido2
examples against ourlibfido2
.