[Bug 2859] git stopped to work when gitlab is running on nonstandard port

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Apr 17 23:58:17 AEST 2018


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

--- Comment #5 from Darren Tucker <dtucker at dtucker.net> ---
(In reply to tester from comment #4)
> Created attachment 3143 [details]
> Log of git pull
> 
> It is a bit "obfuscated".

>From the log:
> 17825 execve("/usr/bin/ssh-user", ["/usr/bin/ssh-user", "-G", "-p",
> "7456", "git at gitlab.example.com"], 0x14c30c0 /* 75 vars */) = 0

What's ssh-user and where does it come from?  It's being invoked by git
before ssh.  It seems to end up running

/usr/bin/ssh -x -a -oClearAllForwardings=yes -l tester -p 7456
git at gitlab.example.com

which specifies contradictory usernames "tester" and "git".  The option
parsing changed in 7.7 and now uses the first match, same as the rest
of the config parsing.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list