[Bug 1977] ProxyCommand seems to no execute shell commands

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Mar 30 11:57:51 EST 2012


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

--- Comment #3 from Damien Miller <djm at mindrot.org> 2012-03-30 11:57:51 EST ---
I think I've figured out your problem:

        xasprintf(&tmp, "exec %s", proxy_command);

This is done to avoid a lingering shell for the life of the connection,
while still allowing shell expansion of environment variables, etc. If
you proxy command requires other shell features then you'll need to
provide one explicitly.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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.


More information about the openssh-bugs mailing list