
bugzilla-daemon at bugzilla
Nov 9, 2009, 7:04 PM
Post #1 of 1
(332 views)
Permalink
|
|
[Bug 1610] LocalCommand is executed to early
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1610 Damien Miller <djm [at] mindrot> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Damien Miller <djm [at] mindrot> 2009-11-10 14:04:01 EST --- from email discussion: the reporter was running an interactive program that expected to have access to the up SSH connection. This is outside the intended usage of LocalCommand, which was provided to allow one-off initialisation of tunnels, etc. In particular, ssh(1) execution is blocked while the LocalCommand is executing, so there is no access to the SSH connection possible. I have updated the manpage to explain the constraints better, but the constraints themselves will not be changing. -- 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
|