Xshell 远程连接卡住(To escape to local shell, press 'Ctrl+Alt+]')

vim /etc/ssh/sshd_config

#UseDNS yes
改为
UseDNS no

重启sshd
service sshd restart

转载于:https://www.cnblogs.com/L1-5551/p/11564545.html

你可能感兴趣的:(Xshell 远程连接卡住(To escape to local shell, press 'Ctrl+Alt+]'))