Talk:Yubikey-SSH
Appearance
Rendered with Parsoid
Latest comment: 1 year ago by Lucas Werkmeister (WMDE) in topic “PIN callback returned error: IPC call has been cancelled”
Failed authentication with the applet
Authenticating since action 'import-certificate' needs that. Failed authentication with the applet.
Am I supposed to get any prompt here for a PIN/password? Because I don't. --Jcrespo (talk) 13:50, 18 November 2015 (UTC)
- Ah! There is a missing "-k $key" on the code. --Jcrespo (talk) 13:52, 18 November 2015 (UTC)
“PIN callback returned error: IPC call has been cancelled”
Just dropping this here since I don’t know where else to put it: When I tried to use my YubiKey on Arch Linux, SSH failed and the journal contained the above message (the ssh-side error message was “agent refused operation”). It turns out Arch has pinentry
default to pinentry-curses
(whereas on Ubuntu it’s configurable via the alternatives system); the following fixed it:
# ~/.gnupg/gpg-agent.conf
pinentry-program /usr/bin/pinentry-gnome3