我是靠谱客的博主 俏皮小天鹅,这篇文章主要介绍SSH无法启动,报告/var/empty/sshd must be owned by root and not group or world-writable报告/var/empty/sshd must be owned by root and not group or world-writable,现在分享给大家,希望可以做个参考。

     tailf /var/log/message


报告/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

  就可以解决上述的问题。


转载于:https://blog.51cto.com/6226001001/1594011

最后

以上就是俏皮小天鹅最近收集整理的关于SSH无法启动,报告/var/empty/sshd must be owned by root and not group or world-writable报告/var/empty/sshd must be owned by root and not group or world-writable的全部内容,更多相关SSH无法启动,报告/var/empty/sshd内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(59)

评论列表共有 0 条评论

立即
投稿
返回
顶部