GitopsCentral

Failed to start OpenBSD Secure Shell server [SOLVED]

Filed under: linux — Tags: — shaik zillani @ 12:21 pm

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

© 2016–2025 GitOpsCentral | All Rights Reserved.