启动 sshd:/var/empty/sshd must be owned by root and not group or world-writable

/etc/init.d/sshd status
openssh-daemon 已停

输入/etc/init.d/sshd start出现
启动 sshd:/var/empty/sshd must be owned by root and not group or world-writable

这个是权限的问题

  可采取以下解决

  chown -R root.root /var/empty/sshd

  chmod 744 /var/empty/sshd

  service sshd restart

你可能感兴趣的:(启动 sshd:/var/empty/sshd must be owned by root and not group or world-writable)