Thread: Remote X11?
View Single Post
Old 03-01-2013, 04:09 AM   #7
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
X11 remote desktop.

Over physically secure networking, of which USBnetworking is an example.
(You can see the entire cable and what is connected to it.)

  • Start an x-server optioned to use TCP
  • Include in the x-server start-up where to put the X authority file.
  • Extract the xauth data from this and merge with it into ~/.Xauthority on the remote end.
  • Provide TCP communications between the two points
  • Your done.


In the physically secure networking case mentioned above, you can use the X11 protocal directly on the wire.
Neither SSH nor anything like NX is required.
Although the above list includes the modern X authentication through security cookies, the much older xauth can also be used in this case.
knc1 is offline   Reply With Quote