[Bug 3572] ssh-agent refused operation when using FIDO2 with -O verify-required

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Aug 22 20:26:53 AEST 2023


https://bugzilla.mindrot.org/show_bug.cgi?id=3572

--- Comment #2 from bluebird090909 at proton.me ---
A workaround for this issue is to disable the ssh-agent for the
relevant connections using the option -o IdentityAgent=none

Alternatively add this to your ~/.ssh/config

Host myserver.tld
  IdentityAgent none

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list