I can log into any session that is NOT on my localhost.
When I try to use any hostname or IP associated with my localhost then the session login fails.
And I notice a difference in the processes created between a localhost session and an external session:
## locahost session attempt, notice there are 2 x2goclient processes started: # ps -ef | grep x2go root 7756 1 0 13:24 pts/1 00:00:00 /usr/bin/perl /usr/sbin/x2gocleansessions greno 11165 3991 1 13:36 tty1 00:00:00 x2goclient --embed-into=56623115 --config=/home/greno/.x2go/ssh/gen/x2go.cfg-xNKVAS greno 11166 3991 2 13:36 tty1 00:00:00 x2goclient --embed-into=56623115 --config=/home/greno/.x2go/ssh/gen/x2go.cfg-eVxkcd # # # # external session attempt, notice there is only 1 x2goclient process started: # ps -ef | grep x2go root 7756 1 0 13:24 pts/1 00:00:00 /usr/bin/perl /usr/sbin/x2gocleansessions greno 12074 3991 0 13:37 tty1 00:00:00 x2goclient --embed-into=56623116 --config=/home/greno/.x2go/ssh/gen/x2go.cfg-lI1DsA greno 12218 12074 0 13:38 tty1 00:00:00 /usr/lib/x2go/nxproxy -S nx/nx,options=/home/greno/.x2go/S-ubuntu-50-1278697050_stDGNOME_dp24/options:50 greno 12274 12074 0 13:38 ? 00:00:00 ssh -p 22 -o ServerAliveInterval=300 ubuntu@XXX.XXX.XXX.XXX export HOSTNAME && x2gomountdirs dir ubuntu-50-1278697050_stDGNOME_dp24 greno ~ubuntu/.x2go/ssh/key.r12074 /home/greno/.x2go/S-ubuntu-50-1278697050_stDGNOME_dp24/spool__PRINT_SPOOL___REVERSESSH_PORT__30003
Why does the localhost session create 2 x2goclient processes?
Gerry