有时候登录ssh慢可能是DNS解析慢,那么如果是局域网,可以关闭掉
vim /etc/ssh/sshd_config
设置
放开UseDNS,并设置为 no
GSSAPIAuthentication 设置为 no
然后重启sshd服务:systemctl restart sshd