Yubikey 5 doesn't work for yubikey manager on windows 10 #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All seems to be working except any attempts to modify the device in windows 10, It always shows up as "Yubikey" and Firmware 3.0.0, despite the fact that I flashed pico_fido_pico-5.6.yubikey5.uf2 (using the web patcher).
My pico model, just a cheap copy but with USB-C and an RGB LED light in the back

Hoping to get some help getting this to work, I wanted to use this as a primary/backup alongside my Yubico Security Key
I found a bug in 5.6 which caused you mention not working in Windows. It is fixed in the
developmentbranch but I have not made a public release yet. I am waiting to fix a bug with OTP and static passwords. If you have installed Pico toolchain and SDK, you can build the development branch; otherwise, as soon I fix it I'll release the 5.8 which fixes your bug.If you have a yubikey, in the meanwhile, can you take a look on #29 and see what returns when
SHORT_TICKETis enabled? Thanks.I'm interested in helping, however I'm a complete newbie. May I know how I can go about this SHORT_TICKET problem? I have a Yubikey Security Key (Blue) that can do the FIDO2 only and not OTP or PIV

Mainly you have to take your Yubikey and create a short ticket via
ykman otp static --length 24 --generate 1. Then, see which is the length returned when you push the button, either12or24characters.Unfortunately my Yubikey does not support OTP, only FIDO2
Fixed in Release 5.8