Failed to start OpensSH server daemon

[root@h3 ~]# service sshd restart
Redirecting to /bin/systemctl restart sshd.service
Job for sshd.service failed because the control process exited with error code"systemctl status sshd.service" and "journaSeectl -xe" for details
[root@h3 ~]# systemctl start sshd
Job for sshd.service failed because the control process exited with error code.See"systemctl status sshd.service" and "journactl-xe" for details.
[root@h3 ~]# sustemctl status sshd 
● sshd.service - OpenSSH server daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: exit-code) since Sun 2023-08-30 14:16:08 CST; 10s ago
     Docs: man:sshd(8)
           man:sshd_config(5)
  Process: 4417 ExecStart=/usr/sbin/sshd -D $OPTIONS (code=exited, status=255)
 Main PID: 4417 (code=exited, status=255)


Aug30 17:15:06 h3.cdh sustemd[1]:Failed to start OpensSH server daemon .
Aug30 17:15:06 h3.cdh sustemd[1]:AugUnit sshd.service entered failed state.
Aug30 17:15:06 h3.cdh sustemd[1l:Augsshd .service failed.

 解决:

mkdir -p /var/empty/sshd

猜你喜欢

转载自blog.csdn.net/weixin_46627652/article/details/132586979