Unable to start SSHD after restarting server
To find the problem with starting sshd
you can use the command below,
sudo sshd -T
I found that I had to create a directory as shown below to solve the problem.
mkdir /var/run/sshd/ cd /var/run/sshd/ ln -s /etc/localtime localtime