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

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

Re: Transfer subkey to other keyring

2013-06-26 Thread Jack Bates
On 26/06/13 02:30 AM, Werner Koch wrote: 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

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

Read --status-fd with Expect

2013-06-05 Thread Jack Bates
I am working on non-interactively creating a new subkey, with Expect and --status-fd, but I haven't figured out how to read from --status-fd with Expect: $ expect -c ' spawn gpg --status-fd 3 --edit-key CF11451A9BF0C50DA6B17B5926FB09F7C0D5639E addkey; interact' spawn gpg --status-fd 3

Fingerprint of the subkey just created?

2013-04-04 Thread Jack Bates
How can I get the fingerprint or key id of the subkey I just created? When the process is completed, it lists *all* of the subkeys. How can I reliably identify the one I just created? ___ Gnupg-users mailing list Gnupg-users@gnupg.org

Re: Create subkey that will expire in 10 hours

2013-04-04 Thread Jack Bates
On 04/04/13 02:12 AM, Werner Koch wrote: On Wed, 3 Apr 2013 18:54, di4...@nottheoilrig.com said: How can I create a new subkey that will expire in just 10 hours? When I'm prompted to specify how long the key should be valid I tried entering 10h or 0.42 but it complained that both are invalid.

Re: Export just one subkey?

2013-04-03 Thread Jack Bates
On 02/04/13 01:15 PM, Hauke Laging wrote: Am Di 02.04.2013, 07:53:17 schrieb Jack Bates: How do I export just one subkey? $ gpg --export-options export-reset-subkey-passwd --export-secret-subkeys 6E0282A9 | ssh ec2-54-224-80-64.compute-1.amazonaws.com gpg --import [...] --export-secret

Create subkey that will expire in 10 hours

2013-04-03 Thread Jack Bates
How can I create a new subkey that will expire in just 10 hours? When I'm prompted to specify how long the key should be valid I tried entering 10h or 0.42 but it complained that both are invalid. ___ Gnupg-users mailing list Gnupg-users@gnupg.org

Re: Non-interactively create subkey?

2013-03-28 Thread Jack Bates
On 28/03/13 02:52 AM, Werner Koch wrote: On Thu, 28 Mar 2013 02:44, mailinglis...@hauke-laging.de said: echo addkey$'\n'8$'\n'e$'\n'q$'\n'2048$'\n'1y$'\n'save$'\n' | LC_ALL=C gpg --expert --batch --passphrase foo --command-fd 0 \ --edit-key $x_short_id Which only works with specific

Non-interactively create subkey?

2013-03-27 Thread Jack Bates
How do I non-interactively create a new subkey? ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Dump all the properties of a key?

2013-03-27 Thread Jack Bates
On 26/03/13 07:50 AM, Daniel Kahn Gillmor wrote: On 03/25/2013 06:30 PM, Jack Bates wrote: How do I dump all the properties of a key? it's not clear to me what you're looking for, but here are a few options that might provide you with useful information: gpg --export-options export-minimal

Re: Dump all the properties of a key?

2013-03-27 Thread Jack Bates
On 26/03/13 09:46 AM, Hauke Laging wrote: Am Mo 25.03.2013, 15:30:23 schrieb Jack Bates: How do I dump all the properties of a key? gpg --list-options show-policy-urls,show-notations,show-sig-expire,\ show-keyserver-urls,show-uid-validity,show-unusable-uids,\ show-unusable-subkeys

Dump all the properties of a key?

2013-03-26 Thread Jack Bates
How do I dump all the properties of a key? ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users