I'm trying to figure out how to use X2Go to connect with a machine at a private IP address via a public ssh server. I'm currently using ssh authentication forwarding to get to that machine:
ssh -A -t andreas@public.ip.address ssh -A andreas@private.ip.address
Thanks,
Andreas