开发者社区 问答 正文

linux中SSH 支持可启用或禁用的多种不同的身份验证方法和技术的方法是什么?

linux中SSH 支持可启用或禁用的多种不同的身份验证方法和技术的方法是什么?

展开
收起
游客qzzytmszf3zhq 2021-12-05 18:08:25 375 分享 版权
1 条回答
写回答
取消 提交回答
  • # RSAAuthentication yes		
    # PubkeyAuthentication yes		
    # RhostsRSAAuthentication no
    # HostbasedAuthentication no
    # RhostsRSAAuthentication and HostbasedAuthentication
    PasswordAuthentication yes
    ChallengeResponseAuthentication no
    # KerberosAuthentication no
    GSSAPIAuthentication yes
    
    2021-12-05 18:08:38
    赞同 展开评论