Displaying 1 result from an estimated 1 matches for "osuny".
Did you mean:
suny
2003 Jun 17
3
[Bug 597] X11 Forwarding: sshd doesn't listen on unix domain sockets
...ckets
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: ajax at osuny.co.uk
on some operating systems there is a performance benefit to using PF_UNIX
sockets instead of just 127.0.0.1:6010. sshd should support this if possible.
a simple patch would just add this to channels.c:x11_create_display_inet(), but
i'm not sure that's the Right Thing. you would w...