sshd start failed cause by "start
sshd:/var/empty/sshd must be owned by root and not gruop or
world-writable"
Problem(Abstract)
sshd start failed cause by
"start sshd:/var/empty/sshd must be owned by root and not gruop or
world-writable"
Cause
file dir /var/empty/sshd 's access
permissions not been setup correct
Resolving
the problem
Follow below instruction to do some
change for access permissions of /var/empty/sshd
1) su - root
2) chmod 755 /var/empty/sshd
3) service sshd restart
2) chmod 755 /var/empty/sshd
3) service sshd restart
No comments:
Post a Comment