Getting an alert to say ssh daemon has failed on an install of Ubuntu 24.04 LTS
1 2 3 4 5 6 7 8 9 | MAX RemoteManagement has detected an error, details are below. A fault has been reported at MyCustomer site MySite, device MyDevice-Linux-01 The test Daemon Check - ssh failed. Additional information : Status: STOPPED Error detail : Status: STOPPED |
This is the reason: Ubuntu now uses socket based activation. (i.e. when a request to port 22 comes in it starts the ssh daemon)
https://discourse.ubuntu.com/t/sshd-now-uses-socket-based-activation-ubuntu-22-10-and-later/30189
So a solution is to delete the check as it doesn't make sense to monitor a daemon that's going to disappear all the time.
0 Comments