Hi,
I am able to connect from windows x2go client to the broker server (installed in Ubunt 20.04), And I have created a session profile in /etc/x2go/broker/x2gobroker-sessionprofiles.conf file
[test-192.168.0.27] user= name=test-192.168.0.27 host=192.168.0.27 command=KDE usebrokerpass=true fullscreen = true broker-session-autologin=true
But when I select "test-192.168.0.27" session, it gives Authentication error of Access denied. Below is log of server that I want to access from session broker.
==> auth.log <== Jul 11 04:45:29 ubuntu sshd[11770]: Did not receive identification string from 192.168.0.19 Jul 11 04:45:29 ubuntu sshd[11771]: Invalid user TOM from 192.168.0.12 Jul 11 04:45:29 ubuntu sshd[11771]: input_userauth_request: invalid user TOM [preauth] Jul 11 04:45:29 ubuntu sshd[11771]: pam_unix(sshd:auth): check pass; user unknown Jul 11 04:45:29 ubuntu sshd[11771]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.0.12
==> btmp <== �-ssh:nottyTOM192.168.0.12Y� _��
==> auth.log <== Jul 11 04:45:31 ubuntu sshd[11771]: Failed password for invalid user TOM from 192.168.0.12 port 51231 ssh2 Jul 11 04:45:31 ubuntu sshd[11771]: Received disconnect from 192.168.0.12 port 51231:11: Bye Bye [preauth] Jul 11 04:45:31 ubuntu sshd[11771]: Disconnected from 192.168.0.12 port 51231 [preauth]
Please share me the steps to define profile and how to authenticate them ( /etc/x2go/broker/x2gobroker-sessionprofiles.conf )
Regards Jyoti Kumar Mobile: +919953437397
Hello, You can use some examples from here https://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=etc/broker/x2gobroker... For you config i can suggest this config
[test-192.168.0.27] name=test-192.168.0.27 host=192.168.0.27 command=KDE fullscreen = true
сб, 11 июл. 2020 г. в 14:48, Jyoti Kumar <jyotim995@outlook.com>:
Hi, I assume TOM is your username on the local windows machine, but you want to login with another username, right?I did this error too. You have to remove the line "user=" from you sessionprofile, it overrides your username from the broker login."usebrokerpass=true" is unnecessary too, if you have "broker-session-autologin=true". RegardsMartin Am Samstag, den 11.07.2020, 11:48 +0000 schrieb Jyoti Kumar: