You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue with a fresh minimal install of debian 11. I connect to it thought ssh, and using a non root user.
Every time I tried to configure keychain for gpg, I got this:
Warning: GPG_AGENT_INFO in environment is invalid; ignoring it
Starting gpg-agent...
Adding 1 gpg key(s): KEYID
Error: Problem adding (is pinentry installed?); giving up
`
After a few hours trying using pinentry-curses or pinentry-tty, I noticed that it came from the permission on the tty
Changed it using chmod made pinentry work as expected.
Hope this could help some one.
Best regards,
The text was updated successfully, but these errors were encountered:
Hi @eos-13! Since I am running into the same issue and only found this unanswered question on Unix & Linux Stack Exchange, I am hoping you could share which permission on the TTY you mean and how exactly you fixed it? Thanks in advance.
Hi,
I had an issue with a fresh minimal install of debian 11. I connect to it thought ssh, and using a non root user.
Every time I tried to configure keychain for gpg, I got this:
`bash keychain --eval --agents gpg KEYID
keychain 2.8.5 ~ http://www.funtoo.org
Warning: GPG_AGENT_INFO in environment is invalid; ignoring it
Starting gpg-agent...
Adding 1 gpg key(s): KEYID
Error: Problem adding (is pinentry installed?); giving up
`
After a few hours trying using pinentry-curses or pinentry-tty, I noticed that it came from the permission on the tty
Changed it using chmod made pinentry work as expected.
Hope this could help some one.
Best regards,
The text was updated successfully, but these errors were encountered: