[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pgg key choice
> the problem is that it is signing with the correct key-id by the wrong
> subkey
>
> pub 2048R/B83A02ED 2006-03-09 [expires: 2015-01-10]
> uid Randy Bush <randy@psg.com>
> uid [jpeg image of size 10407]
> sub 2048R/F0F6969F 2006-03-09 [expires: 2015-01-14]
> sub 4096R/EA37E360 2014-02-12 [expires: 2015-01-10]
>
> it is choosing EA37E360
As far as I tested, gpg chooses EA37E360 evenmore we explicitly choose
B83A02ED, F0F6969F. Please try the below command from shell.
$ gpg --sign -u B83A02ED somefile
I couldn't find a way to indicate gpg to use the specific [sub]key.
--
Kazuhiro Ito