[an error occurred while processing this directive]

  • Privilege Separation
    By : Joel Cesar Zamboni ( Wed May 26 07:14:19 2004 )

    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]