SSH启动失败解决方法

如题所述

VPS是3个人合租共用的,不知道谁操作了什么导致SSH启动失败,一直连接不上刚开始以为系统坏了呢,后面通过VPS终端登陆上去发现SSH服务没在运行,于是尝试运行SSHD发现出现如下错误:
Starting sshd:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0777 for ‘/etc/ssh/ssh_host_rsa_key’ are too open.
It is recommended that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_rsa_key
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0777 for ‘/etc/ssh/ssh_host_dsa_key’ are too open.
It is recommended that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: /etc/ssh/ssh_host_dsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available — exiting.
[FAILED]
解决方法:
#chmod 600 sshd_config ssh_host_dsa_key ssh_host_key ssh_host_rsa_key
#chmod 620 moduli
#chmod 644 ssh_config ssh_host_dsa_key.pub ssh_host_key.pub ssh_host_rsa_key.pub
#service sshd start
再次出现如下错误:
[root@bailongjun ssh]# service sshd restart
Stopping sshd: [FAILED]
Starting sshd: /var/empty/sshd must be owned by root and not group or world-writable.
[FAILED]
在终端上直接登录,问题显示如下:
/var/empty/sshd must be owned by root and not group or world-writable.
问题:
Linux上的SSH无法启动
报告/var/empty/sshd must be owned by root and not group or world-writable.
解决办法:
首先通过物理终端进入到linux上,手工检查ssh发现没运行
-bash-2.05b# /etc/init.d/sshd status
sshd is stopped
手工启动服务,发现报告权限错误。
-bash-2.05b# /etc/init.d/sshd start
Starting sshd:/var/empty/sshd must be owned by root and not group or world-writable.
[FAILED]
-bash-2.05b#
使用rpm -V 命令可检查到ssh的软件包正常,但某个目录的属主错误。
-bash-2.05b# rpm -V openssh-server
S.5….. c /etc/ssh/sshd_config
…..U.. /var/empty/sshd
-bash-2.05b#
经查看发现这个目录的属主不是root,所以启动ssh报错
-bash-2.05b# ls -ld /var/empty/sshd/
d–x–x–x 2 vu00106 root 1024 Feb 2 2005 /var/empty/sshd/
-bash-2.05b#
修改为root属主,启动成功
-bash-2.05b# chown root /var/empty/sshd/
-bash-2.05b# /etc/init.d/sshd start
Starting sshd: [ OK ]
-bash-2.05b#
至此问题修复。
另外,还可以尝试:
这个是权限的问题
可采取以下两步解决
chown -R root.root /var/empty/sshd
chmod 744 /var/empty/sshd
service sshd restart
就可以解决上述的问题。
温馨提示:内容为网友见解,仅供参考
无其他回答

Linux系统上SSH无法启动
使用rpm -V 命令可检查到ssh的软件包正常,但某个目录的属主错误。-bash-2.05b# rpm -V openssh-server S.5... c \/etc\/ssh\/sshd_config ...U.. \/var\/empty\/sshd -bash-2.05b 经查看发现这个目录的属主不是root,所以启动ssh报错 -bash-2.05b# ls -ld \/var\/empty\/sshd\/ d--x...

SSH启动失败解决方法
使用rpm -V 命令可检查到ssh的软件包正常,但某个目录的属主错误。-bash-2.05b# rpm -V openssh-server S.5….. c \/etc\/ssh\/sshd_config …..U.. \/var\/empty\/sshd -bash-2.05b 经查看发现这个目录的属主不是root,所以启动ssh报错 -bash-2.05b# ls -ld \/var\/empty\/sshd\/ d–x...

ssh登陆失败,客户端吐出错误信息,是bash的锅?
为了解决这个问题,首先需要确认系统设置,特别是exec-shield开关的状态。用户态的解决方案包括设置ulimit和exec-shield,或者禁用randomize_va_space。然而,这些方法只是临时的权宜之计,并非根本解决方案,最理想的还是避免用32位进程启动64位进程。内核级别的修改可能是解决这个问题的长期方案。

ssh连接22端口失败怎么办?
1. SSH服务未运行:首先,要检查远程服务器上的SSH服务是否正在运行。如果SSH服务没有启动,客户端自然无法建立连接。这可以通过在服务器上运行服务管理命令(如`systemctl status sshd`对于使用systemd的系统)来确认。2. 防火墙限制:另一个常见原因是防火墙规则阻止了端口22的访问。这可以在服务器级别的...

SSH远程连接出现的错误
解决方法是在远程连接时加上参数 -X。原因在于使用了不兼容的显示服务器 Mir,而需要启动 X11 转发功能以在远程机上运行图形界面程序。主要有三种方法启动 X11 转发功能:在 Linux 系统(如 Ubuntu 16.04)通过 ssh 加参数 X;在 Windows 系统安装 Xming,并在 Putty 中开启 X11 转发功能;或者在 ...

启动ssh localhost错误提示Connection closed by ::1
1、开始——运行——services.msc 2、右键CYGWINsshd——属性——登录选项卡——选择“此账户”——浏览——高级——立即查找——选择你的 账户名(必须为治理员权限)——输进密码(必须要有,空密码不承受)——确定。3、重启CYGWINsshd效劳即可。这样就以你的账户的名义启动了这个 效劳。而后ssh ...

启动SSH服务出现“Failed to start sshd.service: Unit sshd.service...
重现错误 在使用apt-get install openssh-server安装SSH后 使用service sshd start开启SSH服务时提示:Failed to start sshd.service: Unit sshd.service not found.解决方案:启用ssh.service systemctl enable ssh.service 启动ssh service sshd start ...

Linux启动sshd服务报错could not load host怎么办
d\/ssh start后出现提示:Could not load host key: \/etc\/ssh\/ssh_host_ED25519_key然后直接输入ssh-keygen -t dsa -f \/etc\/ssh\/ssh_host_ED25519_key重启ssh,然后就好了上面就是Linux启动sshd服务出现错误代码的解决方法介绍了,如果你遇到一样的问题,可按本文提示输入对应命令解决问题。

SSH框架错误 服务器启动报错 急求
原因是当时对一个Model进行了修改,增加了一个属性,而且也生成了表。但是新生成的字段的的值在表里是NULL,所以就有了这样的错误。所以建议你检查一下,是否最近修改过数据库表。或者修改过类。另外,从你这个启动来看,中间件应该是Tomcat,请查询一下logs\/下面的日志文件,里面的错误会对你解决问题很...

publishoverssh无法连接
该情况可能是标服务器的ssh服务关闭了。解决方法如下:以管理员身份,打开目标服务器的命令行,输入net start sshd。如果启动不成功,说明没有安装ssh服务。安装OpenSSH:设置-应用-管理可选功能-添加功能,找到OpenSSH并安装,安装成功之后在可选功能列表中显示,然后再执行上述命令。

相似回答
大家正在搜