No sshd as of the latest update

Ralf Mardorf kde.lists at yahoo.com
Thu May 21 07:58:21 UTC 2015


  #!/usr/bin/sh
  # Create the PrivSep empty dir if necessary
  if [ ! -d /var/run/sshd ]; then
    mkdir /var/run/sshd
    echo $? >  /var/log/sshd.privsep.log
    chmod 0755 /var/run/sshd
    echo $? >> /var/log/sshd.privsep.log
  fi
  exit

My apologies, I missed to add a ">" to the second echo.




More information about the kubuntu-users mailing list