You are not logged in.
after upgrading to openssh 8.9p1-1 my ssh client is no longer able to authenticate using my yubikey. This used to work fine through gpg-agent. It fails saying:
sign_and_send_pubkey: signing failed for ED25519 "cardno:xxx" from agent: agent refused operation
and gpg-agent logs:
scdaemon[xxx]: app_auth failed: Invalid value
smartcard signing failed: Invalid value
ssh sign request failed: Invalid value <SCD>
I think this might be caused by https://www.openssh.com/agent-restrict.html but I'm not sure it's supposed to break existing setups
Offline
Same here, but some servers can connect and some can't. I don't know how to do a detailed test.
Offline
This got worse with 9.0, see https://bugs.archlinux.org/task/74423.
Adding
KexAlgorithms [email protected]
to ssh_config works around it for me.
Offline