I have a Ubuntu 24.04 server and I cant check the ssh service status. I know it is installed because of this command:
luis@WS000NB1757:/usr$ ssh -VOpenSSH_9.6p1 Ubuntu-3ubuntu13.4, OpenSSL 3.0.13 30 Jan 2024
But when I try to check the service status, I dont have success:
luis@WS000NB1757:~/.ssh$ sudo systemctl restart sshFailed to restart ssh.service: Unit ssh.service not found.luis@WS000NB1757:~/.ssh$ sudo systemctl restart sshdFailed to restart sshd.service: Unit sshd.service not found.luis@WS000NB1757:~/.ssh$ systemctl -l --type service --all|grep ssh● sshd-keygen.service not-found inactive dead sshd-keygen.service● sshd.service not-found inactive dead sshd.service sssd-ssh.service loaded inactive dead SSSD SSH Service responderluis@WS000NB1757:~/.ssh$ sudo systemctl start sshd.serviceFailed to start sshd.service: Unit sshd.service not found.luis@WS000NB1757:~/.ssh$ sudo systemctl start ssh.serviceFailed to start ssh.service: Unit ssh.service not found.luis@WS000NB1757:/usr$ sudo systemctl start sshdFailed to start sshd.service: Unit sshd.service not found.luis@WS000NB1757:/usr$ sudo systemctl start sshFailed to start ssh.service: Unit ssh.service not found.
Did the ssh agent service name change on ubuntu 24.04 ?