Package: x2goclient Version: 4.0.5.0
When launch x2goclient "El Capitan" shows a message said: ssh error... no print no share folders
I found that x2goclient look for /etc/ssh_host_rsa_key.pub, but in "El capitan" it is in /etc/ssh/ I create a link and it works!
ln -s /etc/ssh_host_rsa_key.pub /etc/ssh/ssh_host_rsa_key.pub
Dani