Jump to content

Talk:Yubikey-SSH

From Wikitech
Latest comment: 1 year ago by Lucas Werkmeister (WMDE) in topic “PIN callback returned error: IPC call has been cancelled”
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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)Reply

Ah! There is a missing "-k $key" on the code. --Jcrespo (talk) 13:52, 18 November 2015 (UTC)Reply

“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

Lucas Werkmeister (WMDE) (talk) 16:38, 2 October 2023 (UTC)Reply