Loading
0

解决/var/empty/sshd must be owned by root and not group or world-writable报错
被墙跳转TG:@qianhenetwork QQ 851617266

301免备案跳转微信公众号
腾讯云服务器大促销。
华为服务器


前言:处理问题过程中遇到很多用户在vnc控制台启动sshd服务无法启动报Job for sshd.service failed because the control process exited with error code. See "systemctl status sshd.service" and "journalctl -xe" for details.执行命令sshd -t 报错:/var/empty/sshd must be owned by root and not group or world-writable.如下。

[[email protected]~]# service sshd restart
Redirecting to /bin/systemctl restart sshd.service
Job for sshd.service failed because the control process exited with error code. See "systemctl status sshd.service" and "journalctl -xe" for details.
[[email protected]~]# sshd -t
/var/empty/sshd must be owned by root and not group or world-writable.

报错如图:


原因:通过报错提示看是/var/empty/sshd权限问题导致,知道问题了就好办了。
注意:sshd无法启动的原因有很多,一般执行sshd -t 会显示具体报错,若是其他报错,请根据报错搜索下解决方法。
处理方法:
该报错是/var/empty/sshd权限问题导致sshd无法启动。
请登录VNC控制台执行如下命令即可解决。

chown -R root.root /var/empty/sshd
chmod 744 /var/empty/sshd
service sshd restart

301免备案跳转微信公众号
华为服务器
腾讯云服务器大促销。

声明:站长码字很辛苦啊,转载时请保留本声明及附带文章链接:https://www.zfcdn.xyz/showinfo-3-36196-0.html
亲爱的:被墙域名跳转TG:@qianhenetwork QQ:851617266,可否收藏+评论+分享呢?
上一篇:阿里云服务器如何开通部署ALB负载均衡方法
下一篇:Linux终端登录提示:-bash-4.2$解决方法