I've marked this as a bug because the option is offered and It's a regression
from 2.0.x / 1.x
From g10/keygen.c line 4588 (gen_card_key_with_backup):
#if ENABLE_CARD_SUPPORT && 0
/* FIXME: Move this to gpg-agent. */
I've marked this as a bug because the option is offered and It's a regression
from 2.0.x / 1.x
From g10/keygen.c line 4588 (gen_card_key_with_backup):
#if ENABLE_CARD_SUPPORT && 0
/* FIXME: Move this to gpg-agent. */
I removed the not-working checkbkupkey subcommand in
44aee35e69540510617aea4b886ef845590960fe
I've tested to generate an rsa2048 key with backup on a v2.0 card and it works
now. I have not tested restoring from backup etc. But as this report was about
the failed generation, this issue is resolved imo.
Thanks!