解决 ssh 链接慢

sed -i 's/GSSAPIAuthentication yes/GSSAPIAuthentication no/' /etc/ssh/sshd_config
sed -i '/#UseDNS yes/a\UseDNS no' /etc/ssh/sshd_config
/etc/init.d/sshd restart

 

相关文章:

  • 2021-07-02
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
猜你喜欢
  • 2021-09-16
  • 2022-12-23
  • 2021-05-21
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
相关资源
相似解决方案