ubuntu Missing privilege separation directory: /var/run/sshd

start-stop-daemon –start –pidfile /var/run/sshd.pid –exec /usr/sbin/sshd — -p 22

If error like missing privilege separation directory: /var/run/sshd

mkdir /var/run/sshd
chmod 0755 /var/run/sshd

Leave a Reply

Your email address will not be published. Required fields are marked *