Since I had locked myself out because of forgetting the ADMIN pin and trying too many times, I considered resetting the OpenGPG applet appropriately as described in:
https://developers.yubico.com/ykneo-ope ... pplet.htmlAfter executing the statements I think I am left with an inaccessible opengpg smartcard config. Under Ubunut 14.04 with a plugged in yubikey (usb functionality works for OTPs) and the OpenGPG applet activeatd, I was able to retrieve the following:
Code:
$ opensc-tool -i -l
opensc 0.13.0 [gcc 4.8.2]
Enabled features: zlib readline openssl pcsc(libpcsclite.so.1)
# Detected readers (pcsc)
Nr. Card Features Name
0 Yes Yubico Yubikey NEO OTP+CCID 00 00
$ gpg --card-status
gpg: detected reader `Yubico Yubikey NEO OTP+CCID 00 00'
Please insert the card and hit return or enter 'c' to cancel: c
gpg: selecting openpgp failed: general error
gpg: OpenPGP card not available: general error
$ gpg-connect-agent --hex "scd apdu 00 f1 00 00" /bye
ERR 100663406 Card removed <SCD>
N.B.: In the Yubikey NEO Manager (1.1.0) the only applet that doesn't show it's version under 'Status' happens to be the OpenGPG applet. I just noticed this, maybe that is no hint at that level things are broken.