Support UNIX domain sockets for VNC backend(?) #2234
matt335672
started this conversation in
General
Replies: 1 comment 1 reply
-
Would this make following scenario possible, where on desktop session startup a password-less VNC server would be autostarted, but only accessible over a socket in a place where only the user has access? And xrdp/sesman would do PAM authentication of the user to ensure that only the specific user access to that socket? possible xrdp.ini configuration:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This discussion is prompted by a comment from @Nexarian.
It seems that the TigerVNC X server can support connections over UNIX Domain Sockets as well as the standard RFB port (5900+$DISPLAY). See this discussion on stackoverflow.
Is this something we would want to actively support? My own feeling is probably not, as it's TigerVNC-specific and relatively new, but I might be missing something useful here.
Beta Was this translation helpful? Give feedback.
All reactions