Exactly. We won’t. We’ll get specialized video stream over network. I’m not happy about this regression. I understand that was a willing sacrifice to achieve better local performance, but I’m not sure it was worth it.
Yeah, to send it naked over the wire would be nuts, which is why everybody uses SSH. But unless there’s insecurity within the computer, that’s a moot point.
X11 can render individual windows (Xclients) through the network on another Xserver since decades. With XPRA you can even buffer them, to move them from one Xserver to another or make sure they survive network disconnect. It’s very cool, but not widely used.
Did they invent X11 Forwarding over the network?
Btw. when we get wayland forwarding over Network?
waypipe
exists, but it’s still not perfect.Never heard about this. Thx.
Neither was X11 so it’s in good company
Unlike X11, Wayland was never intended to be network transparent. As others say, solutions like waypipe and more tradionally RDP and VNC exist.
Exactly. We won’t. We’ll get specialized video stream over network. I’m not happy about this regression. I understand that was a willing sacrifice to achieve better local performance, but I’m not sure it was worth it.
It’s more about security if I recall correctly
How so? Is there a way for malicious code to start injecting itself into calls to 127.0.0.1?
Sorry, I am not an expert myself, but I think there are some recourses about that in the internet
Or, this file on x.org:
https://www.x.org/wiki/Events/XDC2014/XDC2014DodierPeresSecurity/xorg-talk.pdf
Yeah, to send it naked over the wire would be nuts, which is why everybody uses SSH. But unless there’s insecurity within the computer, that’s a moot point.
Btw. when we get wayland
forwarding over Network?/c/foundthenvidiauser
X11 can render individual windows (Xclients) through the network on another Xserver since decades. With XPRA you can even buffer them, to move them from one Xserver to another or make sure they survive network disconnect. It’s very cool, but not widely used.
Yes, the
ssh -X
flag forwards it.I doubt it’s nearly as secure as OpenSSH though.
it goes through an SSH tunnel