Dear all,
I know there are already some posts and threads in the forum about the YubiKey support for SSH and other services. I also got the YubiKey working with the normal HID device, but what is missing at the moment is the GPG SmartCard interface.
Device: Yubikey 4 OTP+U2F+CCID
Maybe someone have that already working or have some idea for me how to look into it. At the moment the SmartCard is not detected via GPG command.
The YubiKey Neo is detected as USB device, and I've already modified the devfs.rules(5) to have the correct permission to the USB device.
What I've noticed during lsusb() is that the iInterface is somehow unrecognised for the SmartCard class:
Thank you very much!
I know there are already some posts and threads in the forum about the YubiKey support for SSH and other services. I also got the YubiKey working with the normal HID device, but what is missing at the moment is the GPG SmartCard interface.
Device: Yubikey 4 OTP+U2F+CCID
Maybe someone have that already working or have some idea for me how to look into it. At the moment the SmartCard is not detected via GPG command.
$ gpg --card-status
gpg: selecting openpgp failed: Card error
gpg: OpenPGP card not available: Card error
The YubiKey Neo is detected as USB device, and I've already modified the devfs.rules(5) to have the correct permission to the USB device.
Bus /dev/usb Device /dev/ugen1.4: ID 1050:0407 Yubico.com
What I've noticed during lsusb() is that the iInterface is somehow unrecognised for the SmartCard class:
$ lsusb -v -d 1050:0407
...
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 2
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 11 Chip/SmartCard
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
** UNRECOGNIZED: 36 21 00 01 00 07 02 00 00 00 a0 0f 00 00 a0 0f
00 00 00 00 b0 04 00 00 b0 04 00 00 f6 07 00 00 00 00 00 00 00 00 00 00
fe 00 04 00 00 0c 00 00 ff ff 00 00 00 01
...
Thank you very much!