lstat(/etc/ssh/ssh_host_ecdsa_key.pub) failed

简介:

这几天在给rel5.5升级ssh,升级好之后,在重新启动ssh服务时,提示如下的报错

1
2
3
4
[root@NHL ~] # service sshd restart   
停止 sshd:                                                [确定]
lstat( /etc/ssh/ssh_host_ecdsa_key .pub) failed: No such  file  or directory
正在启动 sshd:                                            [确定]

只要touch该文件即可规避

1
[root@NHL ~] # touch /etc/ssh/ssh_host_ecdsa_key.pub

再重启一下ssh服务,就没有那个报错了

1
2
3
[root@NHL ~] # service sshd restart                 
停止 sshd:                                                [确定]
正在启动 sshd:                                            [确定]


      本文转自ling118 51CTO博客,原文链接:http://blog.51cto.com/meiling/1425214,如需转载请自行联系原作者





相关文章
|
7月前
|
Linux 网络安全
linux免密登录报错 Bad owner or permissions on /etc/ssh/ssh_config.d/05-redhat.conf
linux免密登录报错 Bad owner or permissions on /etc/ssh/ssh_config.d/05-redhat.conf
349 1
|
4月前
|
网络安全 容器
SSH——ssh: rejected: administratively prohibited (open failed)
SSH——ssh: rejected: administratively prohibited (open failed)
155 0
|
5月前
|
网络安全 数据安全/隐私保护
服务器密码登录出现了:SSH connection failed: connect ECONNREFUSEDxxxxxxxx:22 * Xshell提示 SSH connection fa
服务器密码登录出现了:SSH connection failed: connect ECONNREFUSEDxxxxxxxx:22 * Xshell提示 SSH connection fa
|
7月前
|
安全 网络安全 数据安全/隐私保护
/etc/ssh/sshd_config line 142: Deprecated option RSAAuthentication 是什么
【5月更文挑战第6天】/etc/ssh/sshd_config line 142: Deprecated option RSAAuthentication 是什么
1679 4
|
7月前
|
分布式计算 安全 网络协议
Linux【问题记录 04】SSH突然无法连接排查2个小时最终解决Failed to start OpenSSH server daemon及阿里云服务器的 kdevtmpfsi 挖矿病毒处理
Linux【问题记录 04】SSH突然无法连接排查2个小时最终解决Failed to start OpenSSH server daemon及阿里云服务器的 kdevtmpfsi 挖矿病毒处理
530 0
|
网络安全
ssh到图形界面时报:X11 forwarding request failed on channel 0
在本地主机sshd的配置文件/etc/ssh/sshd_config加两行
353 0
|
Linux Shell 网络安全
【Linux】——在Xshell输入ssh root@公网ip进行远程连接Linux失败,显示(port 22): Connection failed的完美解决方法
【Linux】——在Xshell输入ssh root@公网ip进行远程连接Linux失败,显示(port 22): Connection failed的完美解决方法
1018 0
|
Ubuntu Linux 网络安全
Ubuntu的ssh免密登录出现错误:sign_and_send_pubkey: signing failed: agent refused operation
Ubuntu的ssh免密登录出现错误:sign_and_send_pubkey: signing failed: agent refused operation
360 0
Ubuntu的ssh免密登录出现错误:sign_and_send_pubkey: signing failed: agent refused operation
|
Linux Shell 网络安全
一次由误修改/etc/profile文件后导致SSH无法登录的故障复盘
一次由误修改/etc/profile文件后导致SSH无法登录的故障复盘
811 0
一次由误修改/etc/profile文件后导致SSH无法登录的故障复盘
|
网络安全
ssh启用报错 unable to load host key /etc/ssh/ssh_host_ed25519_key bad permissions
ssh启用报错 unable to load host key /etc/ssh/ssh_host_ed25519_key bad permissions
479 0