连接xshell报错To escape to local shell, press 'Ctrl+Alt+]'
Posted 点滴幸运
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了连接xshell报错To escape to local shell, press 'Ctrl+Alt+]'相关的知识,希望对你有一定的参考价值。
一、问题:使用xshell
连接远程主机的时候一直卡在To escape to local shell, press \'Ctrl+Alt+]\'.
,要等很久才能连上
二、解决方法:
vi /etc/ssh/sshd_config
UseDNS no # 修改UseDNS yes为UseDNS no,并且去掉前面的 #。见下图
三、原先打开目的:防止客户端欺骗的一种措施
备注:若这样还不行
1、查看防火墙是否关闭 service iptables status
关闭防火墙 service ipstables stop
启动防火墙 service iptables start
2、换一个虚拟机IP,可能是ip被占用了。
cd /etc/sysconfig/network-scripts
vim ifcfg-eth0 修改IPADD
service netword restart 重启网络
以上是关于连接xshell报错To escape to local shell, press 'Ctrl+Alt+]'的主要内容,如果未能解决你的问题,请参考以下文章
ssh连接卡在【To escape to local shell, press 'Ctrl+Alt+]'.】的解决方法
Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included
本地数据库连接服务器报错`1130 - Host ‘219.232.77.43‘ is not allowed to connect to this MySQL server`
本地数据库连接服务器数据库报错`1130 - Host ‘219.232.77.43‘ is not allowed to connect to this MySQL server`
解决Xshell:Could not connect to ‘192.168.88.0‘ (port 22): Connection failed
Closure use of non-escaping parameter 'xxx' may allow it to escape