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

sk-ssh-ed25519 not supported #126

Open lizthegrey opened 2 years ago

lizthegrey commented 2 years ago

2022/04/23 09:49:17 agent 25: agent: not implemented: "sk-ssh-ed25519@openssh.com"

lizthegrey commented 2 years ago

https://github.com/FiloSottile/yubikey-agent/pull/26 fixes this I think

smlx commented 2 years ago

I think this can happen if you have added your ed25519-sk public key to the authorized keys list on the server, but not your yubikey-agent public key. Could you confirm that the latter is definitely added to the list of authorized keys?