重現(xiàn)錯誤
在使用apt-get install openssh-server安裝SSH后
使用service sshd start開啟SSH服務(wù)時提示:
Failed to start sshd.service: Unit sshd.service not found.
解決方案:
啟用ssh.service
systemctl enable ssh.service
啟動ssh
service sshd start
重現(xiàn)錯誤
在使用apt-get install openssh-server安裝SSH后
使用service sshd start開啟SSH服務(wù)時提示:
Failed to start sshd.service: Unit sshd.service not found.
解決方案:
啟用ssh.service
systemctl enable ssh.service
啟動ssh
service sshd start