funtoo / keychain

keychain ssh-agent front-end
http://www.funtoo.org
GNU General Public License v2.0
750 stars 104 forks source link

Issue with fresh debian 11 install - gpg #140

Open eos-13 opened 2 years ago

eos-13 commented 2 years ago

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

` 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,

mrl5 commented 2 years ago

hello @eos-13 - if you'd like to report a bug kindly use https://bugs.funtoo.org/

you can also reach us on Discord - for more info check https://www.funtoo.org/Welcome

Caster commented 1 year ago

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.