Mailing List Archive

Additional UIDs and the secret key
I just realized that when I add an additional user to PGP55i, this
additional userid will also be added to the secret key.

gnupg-0.3.5 doesn't seem to do this, at least didn't

gpg -k --keyring .gnupg/secring.gpg --no-default-keyring

show anything in this direction.

-----------------------------+---------------------------------
Holger Schurig | OM Standard Linux Server:
Operation Mobilisation e.V. | http://it-support.om.org/linux
Postfach 1561 |
D-74821 Mosbach | Tel: +49-6261-947-140
Re: Additional UIDs and the secret key [ In reply to ]
Holger Schurig <holger@d.om.org> writes:

> I just realized that when I add an additional user to PGP55i, this
> additional userid will also be added to the secret key.
>
> gnupg-0.3.5 doesn't seem to do this, at least didn't
>
> gpg -k --keyring .gnupg/secring.gpg --no-default-keyring
>
> show anything in this direction.

Try:

gpg --list-secret-keys

and you will see them (I have just checkd it). Don't use the "k"
options.


Werner