Am 06.09.2016 um 13:03 schrieb MOUFFOK Amar: > Everything seems OK but It's impossible to connect to my > application..........I think the problem is "how to specify the "SUN-Station > Xserver" for the X2go-server"
You don't. Stop trying to do things manually that your machines already take care of for you. ;-) To start testing: Connect X2GoClient -> X2GoServer, specify that you want to run a Terminal. Once that terminal from the X2GoServer opens on your X2GoClient, enter: ssh -X your.solaris.box.name.or.ip then type the name of your application after you've logged in to the solaris box via the X2Go-provided terminal window from your X2GoServer. If that works, you can shorten the command to ssh -X your.solaris.box.name.or.ip yoursolarisapplication and if that still works, place this file in /usr/local/bin on the X2GoServer #!/bin/bash ssh -X your.solaris.box.name.or.ip yoursolarisapplication name it something like startsolarisapp chmod 755 or 750 it then set up your X2GoClient to execute startsolarisapp instead of the terminal. Kind Regards, Stefan Baur -- BAUR-ITCS UG (haftungsbeschränkt) Geschäftsführer: Stefan Baur Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364 Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
signature.asc
Description: OpenPGP digital signature
_______________________________________________ x2go-user mailing list [email protected] http://lists.x2go.org/listinfo/x2go-user
