Hello everyone,
I got my Yubikey NEO a few weeks ago and I love it. I'm using pretty much every app on it, including OpenPGP and PIV.
However, doing so on OS X appears to be difficult. With OpenSC installed (so that I can get keychain integration), I end up sacrificing being able to use the OpenPGP applet on the key until I do a
Code:
sudo killall OpenSC
(which kills the OpenSC tokend instance), which is a total pain.
Ideally I should be able to get keychain integration while having the ability to do GPG stuff without needing to reinsert the key or do
Code:
sudo
commands.
Has anyone investigated how this could be done? There has got to be a way, as there are lots of command line utilities that work just fine when
Code:
OpenSC.tokend
is running.