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