Faster tunneling of X11 over ssh
November 28, 2012X11 forwarding through an ssh tunnel can be slow. The following command helps increase speed a bit (at the cost of a weaker encryption):
ssh -XC -c blowfish host.some.where
X11 forwarding through an ssh tunnel can be slow. The following command helps increase speed a bit (at the cost of a weaker encryption):
ssh -XC -c blowfish host.some.where