FiloSottile / yubikey-agent

yubikey-agent is a seamless ssh-agent for YubiKeys.
https://filippo.io/yubikey-agent
BSD 3-Clause "New" or "Revised" License
2.6k stars 124 forks source link

Failure to detect Yubikey-C Bio edition #118

Open icemanreddy opened 2 years ago

icemanreddy commented 2 years ago

Yubico authenticator detects the key but ryubikey-agent doesn't detect the same.

# yubikey-agent -setup
No YubiKeys detected!

OS : OSX 12.2.1 (21D62) yubikey-agent installed via brew 0.1.5

psanford commented 2 years ago

Yubikey bio is FIDO2 only. It doesn't support PIV which is what yubikey-agent uses to store the ssh key.

lwbt commented 1 year ago

From my point of view this issue should be closed. May be an FAQ entry should be created for users who don't want to look in the issue tracker to find answers.