SecureCRT连接SSH慢解决办法

我们两清 提交于 2020-03-13 13:08:53

1、在ssh服务端上更改配置文件:
vi /etc/ssh/sshd_config
在文件最后添加:
UseDNS no
GSSAPIAuthentication no

2、重启SSHD服务
CentOS6:执行/etc/init.d/sshd restart
CentOS7: systemctl restart sshd.service

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!