bugzilla-daemon at bugzilla.mindrot.org
2009-Jul-01  07:41 UTC
[Bug 1618] New: Option to connect tty to a socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1618
           Summary: Option to connect tty to a socket
           Product: Portable OpenSSH
           Version: 5.1p1
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: ssh
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: darius at dons.net.au
It would be quite helpful to have an option that allows you to connect
to a socket on the remote machine.
This would make it trivial to run SSH to tunnel $PROTO in an
application, currently I call nc on the remote machine but that's
another required tool.
-- 
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
2009-Jul-02  11:57 UTC
[Bug 1618] Option to connect tty to a socket
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.
bugzilla-daemon at bugzilla.mindrot.org
2009-Jul-02  12:36 UTC
[Bug 1618] Option to connect tty to a socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1618
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1659|0                           |1
        is obsolete|                            |
--- Comment #2 from Darren Tucker <dtucker at zip.com.au>  2009-07-02
22:36:17 ---
Created an attachment (id=1660)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=1660)
Implement stdio passthrough port forward mode
Prevent interaction with other port forwards by always clearing them,
plus make the argument handling slightly less hacky.
-- 
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
2009-Oct-20  23:46 UTC
[Bug 1618] Option to connect tty to a socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1618
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sfandino at yahoo.com
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> 2009-10-21
10:46:25 EST ---
*** Bug 1661 has been marked as a duplicate of this bug. ***
-- 
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
2009-Oct-21  10:47 UTC
[Bug 1618] Option to connect tty to a socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1618
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
--- Comment #4 from Damien Miller <djm at mindrot.org> 2009-10-21 21:47:50
EST ---
This mode would be really, really useful if it could be passed over the
multiplexing socket. Of course, that would probably require that we
support passing other forwards too.
Just sayin' :)
-- 
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.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-05  05:51 UTC
[Bug 1618] Option to connect tty to a socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1618
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au
             Blocks|                            |1626
--- Comment #5 from Darren Tucker <dtucker at zip.com.au> 2010-01-05
16:51:52 EST ---
I'd like to see this in 5.4
-- 
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.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-11  01:41 UTC
[Bug 1618] Option to connect tty to a socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1618
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
--- Comment #6 from Darren Tucker <dtucker at zip.com.au> 2010-01-11
12:41:36 EST ---
This has been committed and will be in the 5.4 release.  Thanks.
-- 
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.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-26  01:34 UTC
[Bug 1618] Option to connect tty to a socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1618 --- Comment #7 from Damien Miller <djm at mindrot.org> 2010-01-26 12:34:39 EST --- Support for opening stdio forwards over multiplexed sessions has just been committed too and will be in OpenSSH 5.4. -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-25  23:51 UTC
[Bug 1618] Option to connect tty to a socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1618
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #8 from Darren Tucker <dtucker at zip.com.au> 2010-03-26
10:51:07 EST ---
With the release of 5.4p1, this bug is now considered closed.
-- 
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 1424] New: Cannot signal a process over a channel (rfc 4254, section 6 .9)
- [Bug 2416] New: [PATCH] Allow forwarding of stdio to streamlocal end points
- [Bug 1643] New: Set FD_CLOEXEC on client socket
- [Bug 1306] Spurious : "chan_read_failed for istate 3" errors from sshd
- [Bug 1939] New: ssh client hangs when -t option is used to force pseudo-tty allocation