[X2Go-User] Broker and file sharing

2022-05-04 Thread Brian Sanders
I am looking at the settings in my x2gobroker-sessionprofiles.conf, and it seems to indicate the broker can set some defaults to turn off allowing printers, and filesystems to be shared. useexports=false print=false I have tried turning these on, and I don't believe they are working. Specifically

[X2Go-User] Mac Client SSL

2022-01-24 Thread Brian Sanders
I have been working on getting a Mac client connected to my broker and workstations, and have found that this client specifically seems to be using very old openssl options. I have had to update my servers to get the SSH connections to work, and even had to do some patching to the broker-daemon to

Re: [X2Go-User] Auto-login assistance

2022-01-18 Thread Brian Sanders
ent_address=client_address) 648 <https://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=x2gobroker/agent.py;h=2d366a352630699e060a211c5967d0d5a89f;hb=32e7155e34ce63a8078be73ef0bb970653ea676b#l648> On Tue, Jan 18, 2022 at 12:11 PM Brian Sanders wrote: > I guess to for completeness, if

Re: [X2Go-User] Auto-login assistance

2022-01-18 Thread Brian Sanders
$authkeyfile =~ s/%u/$uid/; $authkeyfile =~ s/%U/$uidNumber/; On Tue, Jan 18, 2022 at 11:35 AM Brian Sanders wrote: > Thank you, I was on the right track but this confirms it. I am going to > edit my ansible playbook to deploy this as a patch to the file. Hopefully > it will

Re: [X2Go-User] Auto-login assistance

2022-01-18 Thread Brian Sanders
omeone can tell us where the key is generated (I assume in the > client executable?) - or even better - if there is a configuration flag for > no-pty? > > > Greetings > > Martin > > > Am 18.01.22 um 15:33 schrieb Brian Sanders: > > Actually, I a

Re: [X2Go-User] Auto-login assistance

2022-01-18 Thread Brian Sanders
hat it adds? I see it adding the key with "no-X11-forwarding,no-pty,no-user-rc". So is this not the key that gets used, and I still have some sshd_config settings somewhere, or do I have to tell the broker to allow this and it will update the key's settings? On Tue, Jan 18, 2022 at

[X2Go-User] Auto-login assistance

2022-01-18 Thread Brian Sanders
I am trying to get the broker to work with the auto login feature, and I can't seem to get it to work. I am using an ansible playbook and building a broker, and then 2 workstations. I setup wks1 to autologin and wks2 with out. I can use wks2 just fine, but when I try and use wk1, It seems the ne