Linux - ssh -X - use of x11 forwarding is very slow (response)
Hi, I have a slow dolphin (but also other windows) that are open via x11 forwarding using ssh -X on ubuntu. Internet speed is sufficient. Could it be speeded up somehow? Need to degrade the image quality? Thank you
Hi,
the slow response via ssh -X should be partially solved by the parameter -C = compression as follows:
From what I've tried, the response will really improve a lot ...
REPLY
Hi,
the slow response via ssh -X should be partially solved by the parameter -C = compression as follows:
ssh -XC rusty@192.168.11.21
From what I've tried, the response will really improve a lot ...