Answers for "unit ssh.service could not be found"

0

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

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
Posted by: Guest on June-04-2021
0

Failed to restart sshd.service: Unit sshd.service not found

sudo apt-get install openssh-server
Posted by: Guest on December-07-2020

Code answers related to "unit ssh.service could not be found"

Browse Popular Code Answers by Language