https://bugzilla.mindrot.org/show_bug.cgi?id=2066
--- Comment #5 from Darren Tucker <[email protected]> --- (In reply to comment #4) [...] > unset SSH_AUTH_SOCK <--- This part is a workaround for this bug > (2066) > ssh -o 'ControlMaster auto' -o 'ControlPath > ~/.ssh/git-control-%l->%r@%h:%p' -i ~/.ssh/my-git-key "$@" what happens if you remove the "unset" line and add "-o IdentitiesOnly=yes" to the command line? -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
