[Bug 1618] Option to connect tty to a socket
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Jul 2 21:57:31 EST 2009
https://bugzilla.mindrot.org/show_bug.cgi?id=1618
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2009-07-02 21:57:30 ---
Created an attachment (id=1659)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1659)
Implement stdio passthrough port forward mode
Actually I wrote something like that about a year ago but never
published it because although it worked well enough for my purpose it
didn't close connections cleanly.
I've dusted off the patch, tidied it up and fixed the problem with the
channel close.
With the attached patch,
ssh -W hostb:port hosta
should be functionally equivalent to
ssh hosta netcat hostb port
Works in my limited testing (ie a couple of times, just now).
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list