oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
13 stars 2 forks source link

No display forwarding when using ssh to connect to clients #587

Closed dikim33 closed 7 years ago

dikim33 commented 7 years ago

Reported by valleegr on 15 Dec 2009 19:42 UTC From Olivier Lahaye:

Hi,

/etc/ssh/ssh_config has the following option commented:
ForwardX11 yes

This result in having no $DISPLAY variable setup and no X11 tunnel on clients.

Because of that many cluster_test fails.

enabling "ForwardX11 yes" results in having less errors in tests_results.

BTW, the GSSAPIAuthentication is enabled, but as the clients don't have kerberos, I'm not sure that it is usefull.

Best regards,

Olivier.
dikim33 commented 7 years ago

Comment by valleegr on 18 Dec 2009 18:28 UTC We fixed a few ssh configuration issues yesterday and as a result, this is problem is fixed.