Mihai -
Your tip was spot - on. Everything looks to be working now, thank you so much for the troubleshooting. Thanks to everyone for their support.
Best regards,
De : Mihai Moldovan <ionic@ionic.de> Envoyé : vendredi 29 janvier 2016 09:10 À : KARL A. WOELFER; x2go-user@lists.x2go.org Objet : Re: [X2Go-User] kex error
On 29.01.2016 06:07 PM, KARL A. WOELFER wrote:
Thanks Mihai -
Great point - I will check the ssh server. Here is the sshd_config on the server (I commented out the KexAlgorithms section, to re-enable normal ssh) : [...] # KexAlgorithms # curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
You must NOT write this on two lines. This MUST be on one line.
This is the reason sshd did not start.
Mihai