欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

解决连接慢

程序员文章站 2022-03-19 22:24:06
...

1、解决ssh连接慢

(1)、编辑sshd配置文件
vim /etc/ssh/sshd_config
	UseDNS yes ----> UseDNS no
	GSSAPIAuthentication yes ----> GSSAPIAuthentication no
(2)、重启sshd服务
	systemctl restart sshd
相关标签: ssh