bugzilla-daemon at bugzilla.mindrot.org
2012-Feb-22 07:21 UTC
[Bug 1984] New: Add Unix Domain Socket Forwarding
https://bugzilla.mindrot.org/show_bug.cgi?id=1984 Bug #: 1984 Summary: Add Unix Domain Socket Forwarding Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: spam.sub.atomic.fusion at gmail.com Requesting support for connections to/from UNIX domain sockets for the -D,-L, and -R. The support for hosting sshd on domain sockets and connecting to these would also seem beneficial. Domain sockets offer great flexibility when compared with traditional, port based sockets. The OS can offer filesystem based access controls, rather than each application that uses the sockets having to implement it's own authentication/encryption scheme. My specific use case is to securely forward the domain socket used to connect the Tor daemon and it's GUI controller, Vidalia. This way I could elegantly control the Tor daemon running on a headless server on my desktop. A patch for OpenSSH4.7 is here: http://www.25thandclement.com/~william/projects/streamlocal.html -- 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
2012-Mar-05 17:38 UTC
[Bug 1984] Add Unix Domain Socket Forwarding
https://bugzilla.mindrot.org/show_bug.cgi?id=1984 Daniel Kahn Gillmor <dkg at fifthhorseman.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dkg at fifthhorseman.net Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Daniel Kahn Gillmor <dkg at fifthhorseman.net> 2012-03-06 04:38:41 EST --- *** This bug has been marked as a duplicate of bug 1256 *** -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.