Re: Transfer subkey to other keyring

2013-10-01 Thread attila lendvai
vai • PGP: 963F 5D5F 45C7 DFCD 0A39 -- “The more real you get the more unreal the world gets.” ― John Lennon (1940–1980) -- View this message in context: http://gnupg.10057.n7.nabble.com/Transfer-subkey-to-other-keyring-tp31272p32778.html Sent from the GnuPG - User mailing list a

Re: Transfer subkey to other keyring

2013-09-13 Thread Jack Bates
On 07/09/13 07:10 AM, Peter Lebbing wrote: On 27/06/13 18:55, Jack Bates wrote: except that I am using the key id of a subkey, with an exclamation mark, to export just one subkey instead of all the subkeys belonging to the primary key. The subkey with that key id definitely doesn't already exist

Re: Transfer subkey to other keyring

2013-09-11 Thread attila lendvai
Leo Tolstoy (1828–1910) Or in short: “Science advances one funeral at a time.” — Max Planck (1858–1947), paraphrased -- View this message in context: http://gnupg.10057.n7.nabble.com/Transfer-subkey-to-other-keyring-tp31272p32397.html Sen

Re: Transfer subkey to other keyring

2013-09-07 Thread Peter Lebbing
On 27/06/13 18:55, Jack Bates wrote: > except that I am using the key id of a subkey, with an exclamation > mark, to export just one subkey instead of all the subkeys belonging to the > primary key. The subkey with that key id definitely doesn't already exist in > the > destination keyring, althou

Re: Transfer subkey to other keyring

2013-09-02 Thread attila lendvai
perly, but import seems to ignore them. i've made sure that the public keys are there in the receiving keyring, but that wasn't the problem. any luck since then? or anything i could try? - attila -- View this message in context: http://gnupg.10057.n7.nabble.com/Transfer-subkey-to-other-k

Re: Transfer subkey to other keyring

2013-06-27 Thread Jack Bates
On 27/06/13 12:49 AM, Werner Koch wrote: On Wed, 26 Jun 2013 20:00, di4...@nottheoilrig.com said: Thanks Werner, I want to keep my primary key on a separate keyring (does this require putting subkeys under a different primary key?) No. We use a stub key instead. The command is gpg --exp

Re: Transfer subkey to other keyring

2013-06-27 Thread Werner Koch
On Wed, 26 Jun 2013 20:00, di4...@nottheoilrig.com said: > Thanks Werner, I want to keep my primary key on a separate keyring > (does this require putting subkeys under a different primary key?) No. We use a stub key instead. The command is gpg --export-secret-subkeys KEYID >newkey.gpg Run

Re: Transfer subkey to other keyring

2013-06-26 Thread Jack Bates
for clarity, thanks Henry) $ gpg --homedir a --gen-key # Add subkey $ gpg --homedir a --edit-key . addkey # Transfer subkey to other keyring $ gpg --homedir a --export-options export-reset-subkey-passwd --export-secret-subkeys FAC3301A\! | gpg --homedir b --import #

Re: Transfer subkey to other keyring

2013-06-26 Thread Werner Koch
On Tue, 25 Jun 2013 20:12, di4...@nottheoilrig.com said: > Hello, I want to transfer a subkey from one keyring to another, but I > get the following error: Do you want to put a subkey under a different primary key? There are no command line options for that. Recall that a subkey is bound by a ke

Re: Transfer subkey to other keyring

2013-06-25 Thread Henry Hertz Hobbit
On 06/25/2013 06:12 PM, Jack Bates wrote: > Hello, I want to transfer a subkey from one keyring to another, but I > get the following error: > >gpg: key 7FABB65F: already in secret keyring >gpg: Total number processed: 1 >gpg: secret keys read: 1 >gpg: secret keys unchanged:

Transfer subkey to other keyring

2013-06-25 Thread Jack Bates
Hello, I want to transfer a subkey from one keyring to another, but I get the following error: gpg: key 7FABB65F: already in secret keyring gpg: Total number processed: 1 gpg: secret keys read: 1 gpg: secret keys unchanged: 1 Here is the command I am running: $ gpg --home