I have been trying to issue a GPG key with Kleopatra but everytime it returns the same error
Looking closer at the logs I am getting
There isn't much to go on the internet about this "assuan broken pipe". Any help is much appreciated.
I can create a gpg key manually but I would rather automate the task since I do have to create a lot keys due to my line of work..
As per arch wiki gnupg I have added in my .zshrc profile but to no avail.
gpg.conf is confured with the below
And gpg-agent.conf is configured as follow
I did try to use pinentry-tty and qt but same result. I decided to post as I am out of ideas.
Could not create key pair: General error
Looking closer at the logs I am getting
command 'GENKEY' failed: End of file
2022-06-26 19:29:52 gpg-agent[9617] DBG: chan_10 -> ERR 67125247 End of file <GPG Agent>
2022-06-26 19:29:52 gpg-agent[9617] Assuan processing failed: Broken pipe
There isn't much to go on the internet about this "assuan broken pipe". Any help is much appreciated.
I can create a gpg key manually but I would rather automate the task since I do have to create a lot keys due to my line of work..
As per arch wiki gnupg I have added in my .zshrc profile but to no avail.
export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null
gpg.conf is confured with the below
use-agent
pinentry-mode loopback
And gpg-agent.conf is configured as follow
allow-loopback-pinentry
pinentry-program /usr/bin/pinentry
I did try to use pinentry-tty and qt but same result. I decided to post as I am out of ideas.
Last edited: