I disabled the firewall entirely for now, but “Secure Shell Server” is in the list of allowed services.
output of “rcsshd status”:
sshd.service - OpenSSH Daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled)
Active: **active (running)** since Fri 2015-02-27 11:05:24 PST; 10min ago
Process: 1526 ExecStartPre=/usr/sbin/sshd-gen-keys-start (code=exited, status=0/SUCCESS)
Main PID: 1620 (sshd)
CGroup: /system.slice/sshd.service
└─1620 /usr/sbin/sshd -D
Feb 27 11:05:49 jlOS sshd[1775]: error: Could not load host key: /etc/ssh/ssh_host_rsa_key
Feb 27 11:05:49 jlOS sshd[1775]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key
Feb 27 11:05:49 jlOS sshd[1775]: error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Feb 27 11:05:49 jlOS sshd[1775]: error: Could not load host key: /etc/ssh/ssh_host_ed25519_key
Feb 27 11:05:49 jlOS sshd[1775]: fatal: No supported key exchange algorithms [preauth]
Feb 27 11:06:03 jlOS sshd[1777]: error: Could not load host key: /etc/ssh/ssh_host_rsa_key
Feb 27 11:06:03 jlOS sshd[1777]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key
Feb 27 11:06:03 jlOS sshd[1777]: error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Feb 27 11:06:03 jlOS sshd[1777]: error: Could not load host key: /etc/ssh/ssh_host_ed25519_key
Feb 27 11:06:03 jlOS sshd[1777]: fatal: No supported key exchange algorithms [preauth]
Next step if you’re willing: figure out and tell us what you did on
2014-11-18 that caused those file to become zero-bytes. I’ve never seen
that before, but there are reasons it could happen I suppose. The
most-likely one that comes to mind is stating sshd for the first time when
out of disk space… that might do it assuming whatever creates those
files (sshd in this case) does not detect the problem and abort early.
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…