FiloSottile / yubikey-agent

yubikey-agent is a seamless ssh-agent for YubiKeys.
https://filippo.io/yubikey-agent
BSD 3-Clause "New" or "Revised" License
2.6k stars 124 forks source link

Pinentry prompt does not show up #134

Closed YugiFanGX closed 1 year ago

YugiFanGX commented 1 year ago

Kali latest rolling release gives the following error message:

agent 13: pin prompt: unexpected response: ERR 83918950 Inappropriate ioctl for device

YugiFanGX commented 1 year ago

Occurs on KDE Plasma. No issues found on xfce

jhwarner commented 1 year ago

If you're still having this problem, I was able to fix it on KDE by adding:

pinentry-program /usr/bin/pinentry-qt

To ~/.gnupg/gpg-agent.conf

This is on Arch Linux and KDE Wayland.