I see there have been people able to get their YubiKey NEOs working on Fedora but I have not been able to get mine to work -- unless I run gpg/gpg2 as root.
I have added the following file to my udev rules...
/etc/udev/rules.d/99-yubico.rules
Code:
ACTION!="add|change", GOTO="yubico_end"
# Udev rules for letting the console user access the Yubikey USB
# # device node, needed for challenge/response to work correctly.
#
# # Yubico Yubikey II
ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0111", ENV{ID_SECURITY_TOKEN}="1"
#
LABEL="yubico_end"
#
ACTION==”remove”, ENV{ID_VENDOR_ID}=”1050″, ENV{SUBSYSTEM}==”usb”, RUN+=”/usr/bin/pkill scdaemon”
Any tips? When I run gpg2 --card-status I get the following...
Code:
gpg: selecting openpgp failed: Unsupported certificate
gpg: OpenPGP card not available: Unsupported certificate