0
点赞
收藏
分享

微信扫一扫

解决ssh输入密码后服务器响应时间长的问题

码农K 2022-11-07 阅读 116

​vim /etc/ssh/sshd_config

GSSAPIAuthentication no

UseDNS no

:wq! #保存退出

systemctl restart sshd  

#重启ssh,再次连接会发现速度明显提升。

举报

相关推荐

0 条评论