重现错误
在使用apt-get install openssh-server安装SSH后,使用service sshd start开启SSH服务时提示:
Failed to start sshd.service: Unit sshd.service not found.
解决方案:
添加ssh.service
systemctl enable ssh.service
在使用apt-get install openssh-server安装SSH后,使用service sshd start开启SSH服务时提示:
Failed to start sshd.service: Unit sshd.service not found.
添加ssh.service
systemctl enable ssh.service
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。