xshell6连接刚刚装上的centos7虚拟机很慢
解决办法 编辑sshd服务配置文件vim /etc/ssh/sshd_conf 把默认的UseDNS yes改为UseDNS no并取消注释 然后就ojbk了 快的飞起
vim /etc/ssh/sshd_conf
UseDNS no
centos7虚拟机xshell连接很慢
原文:https://www.cnblogs.com/jubian520/p/13036479.html