CentOS 6.8 SSH远程登录优化
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 6.8 SSH远程登录优化相关的知识,希望对你有一定的参考价值。
近期发现通过Xshell登录远程Linux主机时需要等待很长时间:
通过配置文件sshd_config,修改以下2个参数的值:
# vim /etc/ssh/sshd_config
#UseDNS yes --> UseDNS no
GSSAPIAuthentication yes --> GSSAPIAuthentication no
# service sshd restart
SSH登录远程服务器的速度明显加快。
本文出自 “天道酬勤” 博客,请务必保留此出处http://qiuyue.blog.51cto.com/1246073/1932039
以上是关于CentOS 6.8 SSH远程登录优化的主要内容,如果未能解决你的问题,请参考以下文章