I have 2 machines Intrim and Remote. I have to go through Intrim to get to Remote. Normally I just do this:
ssh -X Intrim #now I'm in Intrim
ssh -X Remote
And I just open up things with the forwarded x. But vnc is way better. How can I do this with vnc?
A perfect solution would let me just vnc to Intrim and automatically see my Remote desktop.