Unable to SSH to any of the Aria Orchestrator cluster nodes. The issue persists even when connecting from the same L2 network. The SSHD service fails to start, returning the error "Failed to start OpenSSH server daemon."
Aria Automation / Orchestrator 8.18.1 Cumulative Update - Patch 1
The issue was traced back to the journal log (via journalctl -u sshd.service), where an error related to {key_dir} was found, stating "Unable to load host key." The SSHD service failed to start because the daemon had no host keys available for use.
sshd_config_effective
file located at /etc/ssh/
from the console:cp sshd_config_effective sshd_config_effective_bak
sshd_config_effective
file and locate the 'HostKey' entries.//${key_dir}/
to /etc/ssh/keys/v2
.TO:
service sshd status
; it should now be up and running.
This issue with the HostKey formatting change was introduced following the Cumulative Update - Patch 1, KB Article 385294