You are not logged in.
Pages: 1
Hello,
I have Setup OpenSSH for FIDO2 Authentication with yubikey like it is explained here:
https://developers.yubico.com/SSH/Secur … FIDO2.html
So I issued (on debian system) ssh-keygen -t ed25519-sk -O resident -O application=ssh:yubikey1 and followed the instructions.
And it is working fine on my debian system.
Now I kopied the keys in the .ssh directory and configured my ssh config file to use the proper keys.
Once i start the ssh login on my Arch, I get the following error after entering the Password.
/usr/lib/ssh/ssh-sk-helper: error while loading shared libraries: libfido2.so.1: cannot open shared object file: No such file or directory
ssh_msg_recv: read header: Connection reset by peer
client_converse: receive: unexpected internal error
reap_helper: helper exited with non-zero exit status
I am using:
OpenSSH_9.0p1, OpenSSL 1.1.1q 5 Jul 2022
Ideas?
Thank you
Michael
Last edited by mseiler (2022-10-25 06:59:49)
Offline
Is libfido2 an optional dependency of openssh installed?
pacman -Qi libfido2Offline
Ok, that post really deserves to be in the newbie corner xD
I installed libfido2 and glibc-2.36 which solved the issue.
Thank
Michael
Offline
I installed libfido2 and glibc-2.36 which solved the issue.
Please, edit your 1st post adding [SOLVED] to the title. Thanks.
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
Pages: 1