I have a Yubikey NEO.
By following various guides, I eventually got this working on Linux Mint 17.1.
With the second slot in CCID mode, I was able to transfer a gpg private key from my keyring to the yubikey
So
Code:
gpg2 --card-status
shows the details of my card as expected.
However, I can't figure out how to actually use the key stored on the yubikey.
I believe it should be the case that when I do
Code:
gpg -K
gpg should recognise the keyring on the card and display it in a separate section.
Once that is the case, one can use the key to encrypt/decrypt just as normal. Is that correct? If not, what am I missing?