连接ssh是连接不上Starting sshd:/var/empty/sshd must be owned by root and not group or world-writable.
摘要:
这个是权限的问题可采取以下两步解决chown -R root.root /var/empty/sshdchmod 744 /var/empty/sshdservice sshd restart 阅读全文
posted @ 2017-12-29 12:41 智能小铺 阅读(1289) 评论(0) 推荐(0)