[Bug 1610] LocalCommand is executed to early
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Tue Nov 10 14:04:02 EST 2009
https://bugzilla.mindrot.org/show_bug.cgi?id=1610
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Damien Miller <djm at mindrot.org> 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.
More information about the openssh-bugs
mailing list