环境:腾讯云服务器
远程工具:xshell 7
问题描述
使用xshell远程工具时,输入云服务器地址,输入用户名密码之后显示
Connection established.
To escape to local shell, press ‘Ctrl+Alt+]’
排错过程
(1)怀疑是网络不通,但从外网ping 222…是能ping的通的,排除了网络问题;
(2)防火墙问题?,关闭防火墙:systemctl stop firewalld.sercive,没用,同样是这样;
(3)SSh服务没开?也不太可能,因为内网都能ssh到啊,不管,重启一遍 : service sshd restart
查看22端口: netstat -tunpl | grep 22,端口是监听着的
查看ssh状态: service sshd status, sshd在运行。
原因分析:
使用的公司内网,需要使用公网
解决方案:
断开公司内网 重新xshell 连接成功!!