Yubikey 5 doesn't work for yubikey manager on windows 10 #30

Closed
opened 2023-11-20 19:36:53 +08:00 by JakeFrosty · 5 comments
JakeFrosty commented 2023-11-20 19:36:53 +08:00 (Migrated from github.com)

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).

image

My pico model, just a cheap copy but with USB-C and an RGB LED light in the back
image

Hoping to get some help getting this to work, I wanted to use this as a primary/backup alongside my Yubico Security Key

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). ![image](https://github.com/polhenarejos/pico-fido/assets/55770933/d289c5c7-0ce7-4ca8-8dba-6dc6800d7dcf) My pico model, just a cheap copy but with USB-C and an RGB LED light in the back ![image](https://github.com/polhenarejos/pico-fido/assets/55770933/6bfa202a-68c0-4b67-af22-aa4d7630266f) Hoping to get some help getting this to work, I wanted to use this as a primary/backup alongside my Yubico Security Key
polhenarejos commented 2023-11-20 21:17:19 +08:00 (Migrated from github.com)

I found a bug in 5.6 which caused you mention not working in Windows. It is fixed in the development branch 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_TICKET is enabled? Thanks.

I found a bug in 5.6 which caused you mention not working in Windows. It is fixed in the `development` branch 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_TICKET` is enabled? Thanks.
JakeFrosty commented 2023-11-20 23:15:23 +08:00 (Migrated from github.com)

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
image

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 ![image](https://github.com/polhenarejos/pico-fido/assets/55770933/405823a5-0d84-4035-bce8-46a397d3d98e)
polhenarejos commented 2023-11-20 23:18:28 +08:00 (Migrated from github.com)

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, either 12 or 24 characters.

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, either `12` or `24` characters.
JakeFrosty commented 2023-11-21 00:34:52 +08:00 (Migrated from github.com)

Unfortunately my Yubikey does not support OTP, only FIDO2

Unfortunately my Yubikey does not support OTP, only FIDO2
polhenarejos commented 2023-11-21 20:51:42 +08:00 (Migrated from github.com)

Fixed in Release 5.8

Fixed in Release 5.8
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dearsky/pico-fido#30