On Fri, Aug 24, 2018 at 2:38 PM Damien Goutte-Gattat
wrote:
>
> On 08/24/2018 07:47 AM, Martin T wrote:
> > One more small question- in the output of "gpg --list-keys" or "gpg
> > --list-secret-keys" I see two keys, but in the output of
> > "gpg-connect-agent 'keyinfo --list' /bye" or "ls
> > ~/.g
On 08/24/2018 07:47 AM, Martin T wrote:
> One more small question- in the output of "gpg --list-keys" or "gpg
> --list-secret-keys" I see two keys, but in the output of
> "gpg-connect-agent 'keyinfo --list' /bye" or "ls
> ~/.gnupg/private-keys-v1.d/" I see four keys with different hashes.
> Why is
Hi!
Thanks for replies! The problem was indeed the existing
~/.gnupg/.gpg-v21-migrated file. Once I removed it, I did see the keys
in the output of "gpg --list-keys" and "gpg --list-secret-keys".
One more small question- in the output of "gpg --list-keys" or "gpg
--list-secret-keys" I see two key
On Thu, 23 Aug 2018 17:50, gnupg-users@gnupg.org said:
> Related question: Do you have a file named "gpg-v21-migrated" in your
> .gnupg directory?
The file name is actually ".gpg-v21-migrated" (note the leading dot) and
thus only listed by ls with the option -a.
Shalom-Salam,
Werner
--
Di
Hi,
On 08/23/2018 10:54 AM, Martin T wrote:
> When I start the "gpg --list-secret-keys" with "strace -e open",
> then ~/.gnupg/secring.gpg file is not searched.
GnuPG >= 2.1 does not use ~/.gnupg/secring.gpg anymore. Secret keys are
now stored in the ~/.gnupg/private-keys-v1.d folder (one file pe
Hi!
I reinstalled my workstation and moved ~/.gnupg directory from old
machine to new one. Gpg version in both workstations is 2.1.18. The
problem is, that in the new workstation, when I try to decrypt a file,
it doesn't find the secret key:
$ gpg -o .file -d .file.gpg
gpg: encrypted with RSA key
On Thu, Aug 23, 2018 at 12:54 PM Martin T wrote:
>
> Hi!
>
> I reinstalled my workstation and moved ~/.gnupg directory from old
> machine to new one. Gpg version in both workstations is 2.1.18. The
> problem is, that in the new workstation, when I try to decrypt a file,
> it doesn't find the secre