Fast X11 forwarding

remote desktopx11-forwarding

I am using ssh -X to display GUI apps locally.
Is there a better way to speedup this processes – something similar what NoMachine Nx server / client does?

Thanks, Mariusz.

Best Answer

If you add the -C option to ssh, you'll compress the data prior to encrypting it. Depending on the speed of your connection and, I suppose, on the speed of your CPU, this can make a difference. Back in the old days of dial-up modems, it made a huge difference, and I've seen it make a measurable difference on cable modems running VMWare Workstation from a remote X client. Your mileage may vary.

Related Question