Bug 1802

Summary: Ability to tunnel socket files for more flexible permissions
Product: Portable OpenSSH Reporter: Richard Connon <richard>
Component: MiscellaneousAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED DUPLICATE    
Severity: enhancement CC: djm
Priority: P2    
Version: 5.5p1   
Hardware: All   
OS: All   

Description Richard Connon 2010-07-28 20:30:58 AEST
Would be very useful to be able to create socket files for tunnels instead of just using ports. This way tunnels can be created on machines with many users without security concerns.
Comment 1 Damien Miller 2010-08-27 10:21:31 AEST
We don't support forwarding from/to unix domain sockets, but in the meantime you might be interested in the stdio forward mode added in OpenSSH 5.4:

ssh -W host:port server

Will connect stdin/stdout to host:port tunnelled via server.
Comment 2 Richard Connon 2011-12-10 11:28:58 AEDT

*** This bug has been marked as a duplicate of bug 1256 ***
Comment 3 Damien Miller 2016-08-02 10:40:52 AEST
Close all resolved bugs after 7.3p1 release