Am 07.02.19 um 17:52 schrieb Alessandro Albanese:
> I have configured one session on one client, then using command : x2goclient 
> --sessionid=<mysession-id> 
> This one command go perfectly, but need to write password, then i need 
> parameter or method to set user password without prompt, 

Password storage on the client is not and will not be supported, for
security reasons.  What you can use instead is an SSH keyfile - and not
put a password on that one.  But if you choose to go that route, you
should absolutely look at how you can limit access with that key in
~/.ssh/authorized_keys - for example, by only allowing logins from a
specific IP or network range.  And please use a different keyfile for
each client you intend to do this on.  That way, if there are reasons to
believe one file got into the wrong hands, you can lock out that
file/client, and only that one, on the server, without affecting the
remaining clients.


> and need also, parameter to set fullscreen. 

That is part of your session configuration.
You'll need a "fullscreen=true" *and* no conflicting options in your
session configuration.  The easiest way to achieve this is to run
X2GoClient in interactive mode, and setting up a new session with the
settings you want, then copying that file to the client where you want
to start the session automatically.

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
_______________________________________________
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Reply via email to