xshell无法连接故障分析

xshell无法连接故障分析
1)检查Linux系统的iP地址是否正确
2)检查Linux网关与VM软件中设置的网关是否匹配
3) VM的网卡模式是否修改
4) Windows系统的防火墙是否把xshell的22端口拦截
5)在Linux系统中检查防火墙连接状态
firewall-cmd --statey/检查防火墙状态
systemctl stop Grewalldu //关闭防火墙
systemctl disable Firewalld //禁止开机启动
ps -e l grep. sshd //检查一下ssh服务是否开启
systemctl enable sshd.service //将ssh服务添加到自启动列表中:
systemetl start sshd.service //启动ssh服务

上一篇:Xshell调用图形工具


下一篇:通过Xshell远程连接Linux