I recieve the following error when importing a private key.
---- Begin output of gpg2 --import ----
STDOUT:
STDERR: gpg: importing secret keys not allowed
gpg: Total number processed: 1
gpg: secret keys read: 1
---- End output of gpg2 --import ----
Ran gpg2 --import returned 2
Looking at the gpg documentation I believe the command is missing the --allow-secret-key-import argument.
I recieve the following error when importing a private key.
Looking at the gpg documentation I believe the command is missing the
--allow-secret-key-import
argument.