加快ssh连接速度
客户端设置
- ssh客户端打开如下注释 /etc/ssh/ssh_config
Host * GSSAPIAuthentication no GSSAPIDelegateCredentials no
- 重启ssh服务
/etc/init.d/sshd restart
服务端设置
- /etc/ssh/sshd_config
UseDNS no GSSAPIAuthentication no
2.重启ssh
service sshd restart
文章作者 | 明哥 |
文章地址 | https://www.pvcreate.com/index.php/archives/71/ |
创建时间 | 2017-06-18 |
关注订阅 | 微信订阅号 |
开源项目 | https://gitee.com/lookingdreamer |
工具市场 | https://gitee.com/lookingdreamer/SPPPOTools |