[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GPG: public key decryption failed: Configuration error



* Sebastian Humenda <shumenda@gmx.de> wrote:
> Hallo,
> 
> Sebastian Humenda schrieb am 19.10.2016, 17:58 +0200:
> >seit zwei bis vier Tagen findet GPG meine privaten Schlüssel nicht mehr:
> >
> >    $ LC_ALL=C gpg --verbose -d bla.gpg
> >    gpg: public key is 716A89983B10C8D4
> >    gpg: using subkey 716A89983B10C8D4 instead of primary key 1C43AC18A0815A09
> >    gpg: using subkey 716A89983B10C8D4 instead of primary key 1C43AC18A0815A09
> >    gpg: encrypted with 4096-bit ELG key, ID 716A89983B10C8D4, created 2010-07-08
> >          "Sebastian Humenda <shumenda@googlemail.com>"
> >    gpg: public key decryption failed: Configuration error
> >    gpg: decryption failed: No secret key
> Interessanterweise lag das Problem schlichtweg daran, dass der GPG-agent nicht
> vernünftig meine Passphrase abfragen konnte. Die Lösung:
> 
> ~/.gnupg/gpg-agent.conf:
> 
>     allow-loopback-pinentry
> 
>     und ~/.gnupg/gpg.conf:
>     # careful: this might break other applications, but helps sending emails from
>     # mutt
>     pinentry-mode loopback
> 
> Und nun funktioniert alles wieder.

Rein interessehalber: Was hat man denn von dieser loopback-Einstellung?
Ich habe beides nicht gesetzt aber auch keinerlei Probleme mit mutt und
pinentry.

Gruß
Jens


Reply to: