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

--- Comment #2 from bluebird090...@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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to