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

--- Comment #3 from Darren Tucker <[email protected]> ---
OK, how about strace, eg:

$ strace -f -e trace=process git clone
ssh://[email protected]:7456/something/something.git

There should be a line something like
[pid 20798] execve("/usr/local/bin/ssh", ["/usr/local/bin/ssh", "-p",
"7456", "[email protected]", "git-upload-pack
'/something/some"...], 0x561bec622a50 /* 43 vars */) = 0

which will show the arguments given to the ssh command.

-- 
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

Reply via email to