linux ssh 慢解决办法

xiaoxiao2021-02-27  521

一般的只需要修改/etc/ssh/sshd_config,注意是sshd_config ,而不是ssh_config,

设置 UseDNS=no

GSSAPIAuthentication no #GSSAPIAuthentication yes

#UseDNS yes UseDNS=no

然后重启 service sshd restart

转载请注明原文地址: https://www.6miu.com/read-3526.html

最新回复(0)