1. 备份ssh配置文件
cp /etc/ssh/sshd_config /etc/ssh/sshd_config.Backup
2.编辑配置文件
vim /etc/ssh/sshd_config
找到 UseDNS,修改为
UseDNS no
找到 GSSAPIAuthentication,修改为
GSSAPIAuthentication no
cp /etc/ssh/sshd_config /etc/ssh/sshd_config.Backup
vim /etc/ssh/sshd_config
找到 UseDNS,修改为
UseDNS no
找到 GSSAPIAuthentication,修改为
GSSAPIAuthentication no
本文标题:SSH连接过慢的问题
本文链接:https://www.haomeiwen.com/subject/qsxgrhtx.html
网友评论