RFC 4252 - The Secure Shell (SSH) Authentication Protocol (安全外壳 (SSH) 认证协议)
- 状态: Proposed Standard
- 发布日期: January 2006
- Stream: IETF
- 勘误: 无勘误
本备忘录的状态
本文档为互联网社区规定了一个互联网标准跟踪协议, 并征求讨论和改进建议。有关本协议的标准化状态和状态, 请参阅"互联网官方协议标准" (STD 1) 的当前版本。本备忘录的分发不受限制。
版权声明
Copyright (C) The Internet Society (2006)。
摘要
安全外壳协议 (SSH) 是一种用于在不安全网络上进行安全远程登录和其他安全网络服务的协议。本文档描述了 SSH 认证协议框架以及公钥、密码和基于主机的客户端认证方法。其他认证方法在单独的文档中描述。SSH 认证协议运行在 SSH 传输层协议之上, 并为 SSH 连接协议提供单个已认证的隧道。
Contents
- 1. Introduction (简介)
- 2. Contributors (贡献者)
- 3. Conventions Used in This Document (本文档中使用的约定)
- 4. The Authentication Protocol Framework (认证协议框架)
- 5. Authentication Requests (认证请求)
- 6. Authentication Protocol Message Numbers (认证协议消息编号)
- 7. Public Key Authentication Method: "publickey" (公钥认证方法: "publickey")
- 8. Password Authentication Method: "password" (密码认证方法: "password")
- 9. Host-Based Authentication: "hostbased" (基于主机的认证: "hostbased")
- 10. IANA Considerations (IANA 考虑事项)
- 11. Security Considerations (安全考虑事项)
- 12. References (参考文献)
- Authors' Addresses (作者地址)
- Trademark Notice (商标声明)