美文网首页工作生活
解决 Linux ssh 连接很慢

解决 Linux ssh 连接很慢

作者: 叫我宫城大人 | 来源:发表于2019-07-01 15:48 被阅读0次

    DNS 反向解析的问题

    vim /etc/ssh/sshd_config
    

    修改 GSSAPIAuthentication 为 no.

    ssh 的 gssapi 认证问题

    vim /etc/ssh/sshd_config
    

    修改 UseDNS 为 no.

    相关文章

      网友评论

        本文标题:解决 Linux ssh 连接很慢

        本文链接:https://www.haomeiwen.com/subject/tvwgcctx.html