solokeys / solo1

Solo 1 firmware in C
https://solokeys.com/
Other
2.3k stars 273 forks source link

Problem adding ssh key to the SSH agent. #621

Closed CarlosChiguichon closed 1 year ago

CarlosChiguichon commented 1 year ago

Hi, I'm trying to add the ssh key to the SSH agent but I'm getting this message. I added the default library path environment variable since it was missing but still I'm getting same message

ssh-add -K /home/ruser/.ssh/id_rsa Enter PIN for authenticator: /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 Unable to load resident keys: unexpected internal error

CarlosChiguichon commented 1 year ago

Nevermind. I actually had to run commands as sudo.