[X2Go-User] ssh warning

2022-12-14 Thread Jérôme Redouté

Hello

my x2GO shows warning at launch in a terminal window:

/cygdrive/C/Users/morej/.x2go/etc/sshd_config line 3: Deprecated option 
UsePrivilegeSeparation


how can I fix it?

--
==
Jérôme Redouté
Ph.D. - Ingénieur de Recherche - Université Claude Bernard - Lyon1
Responsable imageur TEP-TDM
CERMEP - Imagerie du vivant
59 Bd Pinel. 69677 Bron - FRANCE
tel : 33 (0)4 72 68 86 18 (bureau)
tel : 33 (0)4 72 68 86 00 (standard)
fax : 33 (0)4 72 68 86 10
==


___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


[X2Go-User] X2Go HTML5 config

2022-12-14 Thread robert k Wild
hi all,

i have seen X2Go server comes with a build in html5 plugin for clients, so
they can access the client using there web browser instead of installing
the actual client

i have seen this how to

https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient

but when it says " X2Go provides instructions for configuring the NGINX web
server " where is that as i cant see it, or am i being stupid and missing it

do i just need to edit the nginx conf and add this to the end
Text

location ~ ^/x2gows/(.*)$ {
proxy_pass   https://127.0.0.1:$1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_intercept_errors on;
proxy_redirect off;
proxy_cache_bypass $http_upgrade;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-NginX-Proxy true;
proxy_ssl_session_reuse off;

thanks,

rob


-- 
Regards,

Robert K Wild.
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user