gnupg on read-only filesystem

Fourhundred Thecat 400thecat at gmx.ch
Wed Oct 11 08:53:59 CEST 2017


> On 2017-10-10 15:48, Daniel Kahn Gillmor wrote:
>
>  You could try the following:
> 
>     export GNUPGHOME=$(mktemp -d)
>     gpg -d file.gpg
>     rm -rf "$GNUPGHOME"

thank you, that works.

But it still starts the gpg-agent.

How can I use gpg without the agent ?



More information about the Gnupg-users mailing list