RFC 4254 - 安全外壳 (SSH) 连接协议
- 状态: Proposed Standard
- 发布日期: January 2006
- Stream: IETF
- 勘误: 无勘误
本备忘录状态 (Status of This Memo)
本文档规定了一种面向互联网社群的 Internet standards track (互联网标准跟踪) 协议, 并征求讨论与改进建议. 关于本协议的标准化状态与地位, 请参阅现行版 Internet Official Protocol Standards (STD 1). 对本备忘录的分发不受限制.
版权声明 (Copyright Notice)
Copyright (C) The Internet Society (2006).
摘要 (Abstract)
Secure Shell (SSH, 安全外壳) 是一种在不安全网络上提供安全远程登录及其他安全网络服务的协议.
本文档描述 SSH Connection Protocol (SSH 连接协议). 它提供交互式登录会话, 远程命令执行, 转发的 TCP/IP 连接以及转发的 X11 连接. 所有这些信道 (channel) 被复用到单一加密隧道中.
SSH 连接协议设计为运行在 SSH Transport Layer Protocol (传输层协议) 与 User Authentication Protocol (用户认证协议) 之上.
目录 (Contents)
- 1. Introduction (简介)
- 2. Contributors (贡献者)
- 3. Conventions Used in This Document (本文档中的约定)
- 4. Global Requests (全局请求)
- 5. Channel Mechanism (信道机制)
- 6. Interactive Sessions (交互式会话)
- 7. TCP/IP Port Forwarding (TCP/IP 端口转发)
- 8. Encoding of Terminal Modes (终端模式编码)
- 9. Summary of Message Numbers (消息编号汇总)
- 10. IANA Considerations (IANA 考量)
- 11. Security Considerations (安全考量)
- 12. References (参考文献)
- Authors' Addresses (作者地址)
- Trademark Notice (商标声明)
- Full Copyright Statement (完整版权声明)
相关资源 (Related Resources)
- 官方文本: RFC 4254 (TXT)
- 官方页面: RFC 4254 DataTracker