Tuesday 27 February 2018

sshd start failed cause



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