Home

Published

- 1 min read

Failed to start ssh.service: Unit ssh.service not found.

img of Failed to start ssh.service: Unit ssh.service not found.

The solution for this is noted below

Failed to start ssh.service: Unit ssh.service not found.

Solution

   sudo apt-get install openssh-server
# Source
# https://unix.stackexchange.com/questions/520341/ssh-installed-but-i-get-the-error-failed-to-start-ssh-service-unit-ssh-service

# start SSH
sudo systemctl start ssh

# connect host server
sudo root@server-address -p password
  
exit

Try other methods by searching on the site. That is if this doesn’t work