xshell连接不了虚拟机

时间:2021-03-02 15:08:01

一、问题描述:xshell连接不了虚拟机,出现错误提示:Connection closing...Socket close.Connection closed by foreign host.Disconnected from remote host(localhost) at 08:47:23.

xshell连接不了虚拟机

 

二、查找错误原因:

1、登录虚拟机,打开终端,切换到root用户,输入systemctl start sshd.service看能否开启sshd服务,提示开启失败,输入systemctl status sshd.service查看错误详情,提示

failed to start openssh server daemon

xshell连接不了虚拟机

2、输入sshd -t(很有用)测试,提示/var/empty/sshd权限过大

xshell连接不了虚拟机

三、解决方法

根据提示修改目录权限:chmod -R 755 /var/empty/

xshell连接不了虚拟机

再次登录就可以登录上了

xshell连接不了虚拟机