bugzilla-daemon at bugzilla.mindrot.org
2007-Jun-22 05:18 UTC
[Bug 1232] "LocalCommand" is executed before session is set up
http://bugzilla.mindrot.org/show_bug.cgi?id=1232 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|bitbucket at mindrot.org |djm at mindrot.org --- Comment #2 from Damien Miller <djm at mindrot.org> 2007-06-22 15:18:01 --- Created an attachment (id=1310) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1310) Request tunnel earlier This patch causes tunnel forwarding to be requested before local_command is executed. Can you please give it a try? Please note that because the tunnel open is processed asynchronously by the server, its end may not be open (indeed, it may never open if the server denies the request). The client end, where local_command is run, will be open. This patch will also make tunnel forwarding honour ExitOnForwardFailure for local errors (but not remote). -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.