I am following Simon Josefsson's blog post
http://blog.josefsson.org/2014/06/23/of ... smartcard/ .
'keytocard' for both signing and encryption keys works, but trying to move authentication key fails.
gpg2 says: gpg: error writing key to card: Card error
gpg1 says: gpg: writing new key
gpg: error writing key to card: not supported
According to neoman, gpg applet is version 1.0.8 (which seems to be latest).
I am running Fedora 21, all programs are from Fedora repos, I haven't compiled new versions (yet).
$ gpg --version
gpg (GnuPG) 1.4.18
$ gpg2 --version
gpg (GnuPG) 2.0.25
libgcrypt 1.6.1
$ gpgsm --version
gpgsm (GnuPG) 2.0.25
libgcrypt 1.6.1
libksba 1.3.2
Neo firmware version: 3.3.0. OTP and CCID are enabled.
So close, yet so far... What should I try next?