• Skip to primary navigation
  • Skip to content

GitopsCentral

  • Home
  • Courses
  • Roadmap
  • About
  • Log In
  • Sign Up

Failed to start OpenBSD Secure Shell server [SOLVED]

June 27, 2019 by shaik zillani

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

linux,  ssh openssh

© Copyright 2016-2025 gitopscentral · All Rights Reserved ·