https://bugzilla.mindrot.org/show_bug.cgi?id=1977
--- Comment #3 from Damien Miller <[email protected]> 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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
