From: rich@example.invalid   
      
   Henrik Carlqvist wrote:   
   > On Sun, 23 Oct 2022 14:07:55 +0000, Lew Pitcher wrote:   
   >> That means that vncserver must use an X11 "Local" connection to service   
   >> that part of the interaction. "Local" connections are often implemented   
   >> as a Unix-domain socket (akin to a pipe), and not a network connection.   
   >>   
   >> This means that ssh X11 forwarding (which works by making the remote   
   >> server look like it exists on the X11 client system localhost.localnet)   
   >> won't work here.   
   >   
   > Why not? Ssh X11 forwarding will accept X traffic on something like   
   > localhost:11 on machine B where the sshd process accepts tcp connections   
   > to port localhost:6011. That traffic will then be forwarded through the   
   > ssh tunnel where the ssh process connects to DISPLAY :1 om machine A.   
      
   Ssh forwarding should work, the OP indicated it did not at first (which   
   is likely a missing ssh config stanza somewhere).   
      
   The OP, however, is trying to get direct X11 TCP networking running,   
   which means he needs something on his VNC server side listening for   
   those direct X11 TCP connections. Without that, his only option is   
   going to be getting ssh X11 forwarding working.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|