
bugzilla-daemon at bugzilla
Mar 29, 2012, 5:57 PM
Post #1 of 2
(125 views)
Permalink
|
|
[Bug 1977] ProxyCommand seems to no execute shell commands
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1977 --- Comment #3 from Damien Miller <djm [at] mindrot> 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. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|