On 2015-02-25 14:47, Torbjörn Granlund wrote:
This is a strange problem. I routinely use
ssh -X somemachine
and then e.g., do
vncviewer [blahblah]
or some other X command.
You might want to use -Y instead of -X... Not sure if that is the problem here, though.Another thing to check is if the ssh server allows X forwarding. Check /etc/sshd.conf
Johnny