linuxssh连接加速

编程

 第一个步骤:修改ssh服务配置文件
    vi /etc/ssh/sshd_config
    79  GSSAPIAuthentication no
    115 UseDNS no
    
    第二个步骤:修改hosts文件
    [root@oldboyedu ~]# vi /etc/hosts
    10.0.0.200  oldboyedu.com
    
    第三个步骤:重启ssh远程服务
    systemctl restart sshd

原文链接:https://www.cnblogs.com/quqibinggan/archive/2020/06/29/13207745.html

以上是 linuxssh连接加速 的全部内容, 来源链接: utcz.com/z/517973.html

回到顶部