vim /etc/ssh/sshd_config
GSSAPIAuthentication no
UseDNS no
:wq! #保存退出
systemctl restart sshd
#重启ssh,再次连接会发现速度明显提升。
解决ssh输入密码后服务器响应时间长的问题
阅读 116
2022-11-07
vim /etc/ssh/sshd_config
GSSAPIAuthentication no
UseDNS no
:wq! #保存退出
systemctl restart sshd
#重启ssh,再次连接会发现速度明显提升。
相关推荐
精彩评论(0)