I have hosts A,B and C. From host A I can access through ssh only B. From B I can access C. I want to be able to run X11 programs on C and forward display to A.
I tried this:
A$ ssh -X B B$ ssh -X C C$ xclock Error: Can't open display:
But it doesn't work.