X forwarding with ssh -X and XMing
Redirecting X over tcp / udp and using something like «XWin -query machine» is insecure. So are most VNC solutions. You can use X forwarding over ssh: % ssh -X -C -c blowfish MachineHostname xterm (Blowfish encryption tends to be a bit faster, and -C enforces compression, though it should be enabled by default. If… Leer más »