Hi,
I'm trying to configure my Yubikey Neo with a GPG key (ultimately for use with SSH). The yubikey shows update and running "gpg --card-status" works just fine. When I follow the steps to generate a new gpg key, it gets all the way until the end and then comes up with the following:
[ ...answering questions prior to this ]
gpg: existing key will be replaced
gpg: please wait while key is being generated ...
gpg: key generation completed (26 seconds)
gpg: signatures created so far: 0
gpg: existing key will be replaced
gpg: please wait while key is being generated ...
gpg: key generation completed (19 seconds)
gpg: signatures created so far: 1
gpg: signatures created so far: 2
You need a Passphrase to protect your secret key.
.+++++
...+++++
gpg: writing new key
gpg: storing key onto card failed: not supported
Key generation failed: not supported
I've disabled SELinux (setenforce 0) in case that was the problem. I've also tried the procedure as root and receive the same error (so it doesn't seem to be permissions based).
Any guidance for other things to investigate / look at would be much appreciated. The guide that I'm following is this one:
https://blog.habets.se/2013/02/GPG-and- ... ubikey-NEOThanks.