Comment 7 for bug 45234

Revision history for this message
OlivierAJ (olivieraj) wrote :

Hi,

  I did not test this issue on lastest Ubuntu.

  For information, in Debian Lenny/Testing this issue is fixed into "/etc/rc.local" :

<code>
# Create the PrivSep empty dir if necessary
if [ ! -d /var/run/sshd ]; then
   mkdir /var/run/sshd
   chmod 0755 /var/run/sshd
fi
</code>

  See full file in attachment

   Regards,

                              Olivier