SSH连接慢解决方法

1、取消sshd服务的dns反向解析

       #vi /etc/ssh/sshd_config

2、找到以下配置,并将值改为no

       GSSAPIAuthentication no

       UseDNS no

3、重启sshd服务

       service sshd restart

你可能感兴趣的:(Linux)