Have gpg-preset-passphrase always required a keygrip? (was: Newbie question.)
raf
gnupg at raf.org
Tue Jul 14 01:14:37 CEST 2020
Dmitry Alexandrov wrote:
> Peter Lebbing <peter at digitalbrains.com> wrote:
> > You can actually unlock keys the way GnuPG intends to do that with:
> >
> > $ my-unlocker | /usr/lib/gnupg/gpg-preset-passphrase --preset <keygrip>
> >
> > You can find the keygrip for your keys with:
> >
> > $ gpg --with-keygrip --list-secret-keys
> >
> > You do need it for every subkey you want to use like this separately,
>
> Hm...
>
> Did not gpg-preset-passphrase(1) worked perfectly on any NAMEs (IDs,
> UIDs) as well some time ago? Or is that me, who have some false
> memories?
For gpg-agent 2.0.x I needed to use gpg --fingerprint --fingerprint xxx at xxx
to get the cache id to use with gpg-preset-passphrase --preset.
Since then, I need gpg2 --fingerprint --with-keygrip xxx at xxx.
So it probably changed from fingerprint to keygrip with 2.1
(but I don't know exactly when).
cheers,
raf
More information about the Gnupg-users
mailing list