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 at public.ip.address ssh -A andreas at private.ip.address Thanks, Andreas