gvlproject / gvl.ansible.playbook

Playbook for building the Genomics Virtual Laboratory
7 stars 4 forks source link

SSH client and server X11UseLocalhost issue #55

Closed dnbenso closed 8 years ago

dnbenso commented 8 years ago

/etc/ssh/ssh_config has an entry that belongs in /etc/ssh/sshd_config: X11UseLocalhost

When the ssh client is used from the GVL instance it fails because the config file is invalid. X11 forwarding doesn't work as entry is not in the ssh server configuration file.

nuwang commented 8 years ago

Fixed in commit: https://github.com/gvlproject/gvl.ansible.image/commit/fbed7927aabd1432241e443951cd3fc384ecfa70

A new image has also been built with the fix.