Yubico / yubikey-personalization

YubiKey Personalization cross-platform library and tool
https://developers.yubico.com/yubikey-personalization/
BSD 2-Clause "Simplified" License
300 stars 82 forks source link

new U2F security key is missing linux udev rules #57

Closed roysjosh closed 9 years ago

roysjosh commented 9 years ago

I think 69-yubikey.rules and 70-yubikey.rules needs the "0120" device ID.

lsusb -v -d 1050:0120

Bus 005 Device 003: ID 1050:0120 Yubico.com Device Descriptor: ... idVendor 0x1050 Yubico.com idProduct 0x0120 bcdDevice 3.33 iManufacturer 1 Yubico iProduct 2 Security Key by Yubico ...

klali commented 9 years ago

Hello,

The "0120" device is unusable from the personalization tool since it doesn't come with the OTP functionality and the udev rules needed for u2f are different than what the personalization tool needs. The project libu2f-host contains a udev file that should be suitable for u2f though (https://github.com/Yubico/libu2f-host/blob/master/70-u2f.rules)

/klas