• 1
  • 2
  • 3
  • 4
  • 5
阿里云主机ECS 首 页  »  帮助中心  »  云服务器  »  阿里云主机ECS
ECS Linux sshd重启提示”must be owned by root and group or world-writable“错误的分析解决
发布日期:2016-1-14 16:1:40

  服务器无法远程,sshd重启提示“must be owned by root and group or world-writable”错误

  如下图所示:

  

  原因是:/var/empty/sshd 的权限被修改,导致无法启动ssh

  解决方法:

  通过chown修改文件权限

  如:chown root.root sshd

  然后重启sshd /etc/init.d/sshd restart 就可以恢复正常。