bugzilla-daemon at bugzilla.mindrot.org
2011-Sep-02 14:01 UTC
[Bug 1928] New: Allow cancellation of forwardings in multiplexing
https://bugzilla.mindrot.org/show_bug.cgi?id=1928
Bug #: 1928
Summary: Allow cancellation of forwardings in multiplexing
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.8p2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: a2493041 at nepwk.com
"It also allows the cancellation of existing remote port-forwardings
using -KR[bind_address:]port."
~# first of all shows really ugly information :-)
Shell doesn't work with muxing connections. However in 5.4 forwardings
were supported with it, but it means you still can't remove
local/remote forwarding without killing the master connection after
they've been established (really annoying with controlpersist).
If I'm wrong on this please let me know, I'd love to be able to know
how to get around it.
http://www.openssh.org/txt/release-5.4
* Rewrite the ssh(1) multiplexing support to support non-blocking
operation of the mux master, improve the resilience of the master to
malformed messages sent to it by the slave and add support for
requesting port- forwardings via the multiplex protocol. The new
stdio-to-local forward mode ("ssh -W host:port ...") is also
supported. The revised multiplexing protocol is documented in the
file PROTOCOL.mux in the source distribution.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Sep-22 11:56 UTC
[Bug 1928] Allow cancellation of forwardings in multiplexing
https://bugzilla.mindrot.org/show_bug.cgi?id=1928
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Blocks| |1930
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Damien Miller <djm at mindrot.org> 2011-09-22 21:56:19
EST ---
I just added this. In current CVS (to be OpenSSH-6.0), you can cancel
existing port forwards using "ssh -O cancel [forwards] user at host"
--
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.
Apparently Analagous Threads
- [Bug 1928] Allow cancellation of forwardings in multiplexing
- how to troubleshoot ssh multiplexing hanging issues?
- [Bug 2363] New: With multiplexing, a forwarding is kept in the list of active forwardings even when it fails
- [Bug 2886] New: ssh-copy-id appears to hang indefinitely when ssh multiplexing is enabled, and it permits passwordless login
- [Bug 2324] New: remote port forward w/ empty bind_address via multiplexed connection: doc violation