加快ssh连接速度

加快ssh连接速度


客户端设置

  1. ssh客户端打开如下注释 /etc/ssh/ssh_config

    1
    2
    3
    Host *
    GSSAPIAuthentication no
    GSSAPIDelegateCredentials no
  2. 重启ssh服务

    1
    /etc/init.d/sshd restart

服务端设置

  1. /etc/ssh/sshd_config
    1
    2
    UseDNS no
    GSSAPIAuthentication no

2.重启ssh

1
service sshd restart

坚持原创技术分享,您的支持将鼓励我继续创作!