Sur Fedora 22, gpg ne trouve pas gpg-agent:
% gpg-agent --daemon
% gpg -vvv --use-agent --no-tty --decrypt file.gpg
gpg: using character set `utf-8'
:pubkey enc packet: version 3, algo 1, keyid 3060B8F7271AFBAF
data: [4094 bits]
gpg: public key is 271AFBAF
gpg: using subkey 271AFBAF instead of primary key 50EA64D5
gpg: using subkey 271AFBAF instead of primary key 50EA64D5
gpg: gpg-agent is not available in this session
gpg: Sorry, no terminal at all requested - can't get input
gpg2
permet également l'intégration des gnomesDans le cas où cela serait utile pour certains,
gpg
1.4 peut très bien fonctionner avecgpg-agent
2.1.En y regardant, j'ai trouvé ce post: https://lists.gnupg.org/pipermail/gnupg-devel/2014-October/029024.html
L'agent est compatible, mais n'exporte plus les variables d'environnement attendues par l'ancienne version de gpg. Si vous les définissez manuellement, cela fonctionnera simplement:
export GPG_AGENT_INFO=${HOME}/.gnupg/S.gpg-agent:0:1
la source
GPG_AGENT_INFO=/run/user/$(id -u)/gnupg/S.gpg-agent:0:1
place.