Re: Pinentry fails with gpg-agent and SSH

2015-07-26 Thread Jimmy Thrasibule
Hi, I've found the answer on the [GPG Website][1] itself. The agent was failing to find on which screen to display the Pinentry window. I just had to put the following in my .*shrc file: echo "UPDATESTARTUPTTY" | gpg-connect-agent > /dev/null 2&>1 [1]: https://www.gnupg.org/documentation/m

Pinentry fails with gpg-agent and SSH

2015-07-22 Thread Jimmy Thrasibule
Hello, I'm running Fedora 22. I'm trying to setup GnuPG to have my SSH connections authenticated using my PGP authentication subkey that is located on my Yubikey Neo. I have a systemd unit starting the gpg-agent as following: /usr/bin/gpg-agent --homedir=%h/.gnupg --daemon --use-standard-so