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

Error 27, "parse error in message type 27" #151

Open lockenkop opened 2 weeks ago

lockenkop commented 2 weeks ago

Installed and setup yubikey-agent on my yubikey. Did the setup with yubikey-agent -setup

.ssh/config

Host github.com
    IdentityAgent /run/user/1000/yubikey-agent/yubikey-agent.sock

journal

Jun 10 14:04:19 fenchel-laptop yubikey-agent[43039]: 2024/06/10 14:04:19 agent 27: ssh: parse error in message type 27
Jun 10 14:04:19 fenchel-laptop yubikey-agent[43039]: 2024/06/10 14:04:19 Reconnecting to the YubiKey...
Jun 10 14:04:20 fenchel-laptop yubikey-agent[43039]: 2024/06/10 14:04:20 agent 13: pin prompt: unexpected response: ERR 83918950 Inappropriate ioctl for device <Pinentry>

I had a look at #127, this didn't change anything though