Zane Hitchcox Asked: 2019-07-30 12:01:58 +0800 CST2019-07-30 12:01:58 +0800 CST 2019-07-30 12:01:58 +0800 CST Is the ssh service renamed in in 19.04? 772 SSH seems to work fine, but running sudo systemctl restart ssh gives the error Failed to restart ssh.service: Unit ssh.service not found. (and the same for sshd) Did they rename it or something? ssh openssh sshd 1 Answers Voted waltinator 2019-07-30T12:25:09+08:002019-07-30T12:25:09+08:00 You have confused the service (ssh) with the name of the daemon providing the service (sshd). service sshd status Will show you more. As will sudo service --status-all
You have confused the service (
ssh
) with the name of the daemon providing the service (sshd
).Will show you more.
As will