您的当前位置:首页正文

解决ubuntu报错“Failed to start sshd.service Unit sshd.service not found.”

2024-11-07 来源:个人技术集锦

解决ubuntu启动SSH服务出现“Failed to start sshd.service: Unit sshd.service not found.”

问题重现

解决方法

添加系统服务: ssh.service

systemctl enable ssh.service

控制台输入以上代码即可解决 “Failed to start sshd.service: Unit sshd.service not found.” 的问题。如有其他问题,欢迎留言。

Top