Re: gpg: problem with the agent: No pinentry

2022-09-02 Thread Luis Felipe
Reza, Sébastien, Cairn, thanks to your help it works now. publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: gpg: problem with the agent: No pinentry

2022-09-02 Thread Cairn
I remember running into some sort of issue as well. Chiming in with Reza, here's my `~/.gnupg/gpg-agent.conf` file: allow-loopback-pinentry And my `~/.gnupg/gpg.conf` file: use-agent pinentry-mode loopback The result is a prompt for my password directly in the terminal. Hope this

Re: gpg: problem with the agent: No pinentry

2022-09-02 Thread Sébastien Rey-Coyrehourcq
About GPG + Gnome and Seahorse, the package modification into dotfile ~ of dominicm work very well : Redefine gnome keyring : Other package (seahorse, ssh + gpg, etc.) :

Re: gpg: problem with the agent: No pinentry

2022-09-02 Thread Reza Housseini
> I don't recall this happening to me before. Anyone has had this issue or any clue about how to solve it? I have this in my ~/.gnupg/gpg-agent.conf file: default-cache-ttl 600 max-cache-ttl 7200 enable-ssh-support use-agent pinentry-program /run/current-system/profile/bin/pinentry-gnome3 Hope