2025-12-09T09:05:41.033Z In(166) Hostd[2100103]: [Originator@6876 sub=Vimsvc.ha-eventmgr] Event 61940 : SSH access has been enabled.
2025-12-09T09:05:41.093Z In(166) Hostd[2100079]: [Originator@6876 sub=Vimsvc.ha-eventmgr] Event 61941 : Issue detected on ESXi_Host_FQDN in ha-datacenter: Unable to enable SSH; inetd not running
vSphere ESXi
inetd failed to restart after the busybox process terminated.
The inetd.conf file is located in /var/run and is not referenced when the inetd service is manually restarted.
Restart inetd by explicitly referencing the /var/run/inetd.conf file.
Workaround :
Verify SSH Status: Check that SSH is enabled in the DCUI - Troubleshooting Options.
Access ESXi Shell: Connect to the ESXi Shell via the DCUI (Press Alt+F1).
Execute Command: Run one of the following commands:
# /usr/lib/vmware/busybox/bin/busybox inetd /var/run/inetd.conf
OR
# inetd /var/run/inetd.conf
Check PID: Note the Process ID (PID) in /var/run/inetd.pid.
Confirm Process: Check if the PID of the running busybox or inetd process matches the value noted in step 3.
# ps | grep busybox
OR
# ps | grep inetd
Test Connection: Attempt the SSH connection test.