Ssh – how to make fast SSH X11 forwarding (specifically, making firefox context menu show up quickly)

firefoxperformancesshx11forwarding

Remote Firefox over SSH is pretty usable until you try a right click to make context menu show up. It takes about 5 seconds for the context menu to appear. It seems it takes many round trips.

ssh -c blowfish-cbc -C -Y host

I believe with the above command, it's more faster. I heard blowfish-cbc cipher is pretty fast while being secure. Is there anything else I should look?

But then maybe that is just placebo effect. I don't know how to time this 5 seconds event exactly.

Best Answer

Give FreeNX a try.