Folks,
You need to create the group and user to ssh work with privilege separation:
groupadd -g 27 sshd
useradd -g sshd -s /bin/true -d /var/empty -u 27 sshd
mkdir /var/empty
chmod 1555 /var/empty
Return to article...[an error occurred while processing this directive]