Hi,
It seems the openSSH service fails to run, please open the event viewer (eventvwr.msc) to check more details. Mostly, some requirements are not met.
In addition, you can try uninstalling and then install the openSSH server again,
Remove-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
# Install the OpenSSH Server
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
After that, we can check the service status like below:
Regards,
Alex