记一次sshd启动报错,Failed to start OpenSSH server daemon.

Posted eikixu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记一次sshd启动报错,Failed to start OpenSSH server daemon.相关的知识,希望对你有一定的参考价值。

sshd -t
[[email protected] proj]# sshd -t
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0640 for ‘/etc/ssh/ssh_host_rsa_key‘ are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
key_load_private: bad permissions
Could not load host key: /etc/ssh/ssh_host_rsa_key
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0640 for ‘/etc/ssh/ssh_host_ecdsa_key‘ are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
key_load_private: bad permissions
Could not load host key: /etc/ssh/ssh_host_ecdsa_key
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0640 for ‘/etc/ssh/ssh_host_ed25519_key‘ are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
key_load_private: bad permissions
Could not load host key: /etc/ssh/ssh_host_ed25519_key
sshd: no hostkeys available -- exiting.

chmod 600 /etc/ssh/ssh_host_rsa_key /etc/ssh/ssh_host_ecdsa_key /etc/ssh/ssh_host_ed25519_key

 

重新启动ok systemctl start sshd

以上是关于记一次sshd启动报错,Failed to start OpenSSH server daemon.的主要内容,如果未能解决你的问题,请参考以下文章

docker里启动 sshd 报错"Failed to get D-Bus connection: Operation not permitted"

阿里云专有网络GitLab6.3.1启动报错 master failed to start

记一次Ubuntu宕机 Failure:File system check of the root filesystem failed

启动SSH服务出现“Failed to start sshd.service: Unit sshd.service not found.”

centos下git报错Failed to connect to repository : Command "git ls-remote -h HEAD" returned sta

centos下git报错Failed to connect to repository : Command "git ls-remote -h HEAD" returned sta