[Bug 1775] New: RFE: Would like to use 'abstract' unix sockets for ControlPath

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Jun 4 19:58:29 EST 2010


https://bugzilla.mindrot.org/show_bug.cgi?id=1775

           Summary: RFE: Would like to use 'abstract' unix sockets for
                    ControlPath
           Product: Portable OpenSSH
           Version: 5.5p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: ssh
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: dwmw2 at infradead.org


Created attachment 1853
  --> https://bugzilla.mindrot.org/attachment.cgi?id=1853
Path to allow abstract socket addresses.

Using sockets with a real pathname is problematic (see bug #1329). It
works much better if we can use 'abstract' sockets. They don't pollute
the file system, and thus they disappear as soon as the listening
program exits.

This patch makes OpenSSH interpret a leading '@' in the ControlPath to
mean that an abstract socket should be used -- it'll replace the @ with
a zero byte. Now I don't need the (original) patch in bug #1329 and
everything works without leaving stale sockets behind.

-- 
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