SSH2 프로토콜 RFC 링크 모음 학술

http://www.vandyke.com/technology/drafts.html

그렇군 원래 공식적인 이름은 Secsh였구나.

SSH Core Documents

The following proposed standards describe the main elements of the SSH protocol.

  • SSH Protocol Architecture (RFC 4251)
    This document provides an overview of the SSH architecture including the "layers" of the protocol. If you're going to read about SSH, you should read this draft first.
  • SSH Transport Layer Protocol (RFC 4253)
    The transport layer is the lowest layer of the protocol. It typically runs on top of TCP/IP. All other layers of the protocol run on top of the secure tunnel provided by this layer.
  • SSH Authentication Protocol (RFC 4252) 
    The next layer of protocol is the user authentication layer. This document describes mechanisms that the SSH server uses to authenticate users. The primary mechanisms described here include password and public-key authentication.
  • SSH Connection Protocol (RFC 4254)
    The connection protocol is a layer that runs on top of the transport and authentication layers. This document describes how interactive terminal sessions are created as well as other operations such as remote command execution, forwarded/tunneled network connections.
  • SSH Protocol Assigned Numbers (RFC 4250)
    The official list of IANA-assigned numbers used by SSH implementations.
  • SSH Public Key File Format (RFC 4716)
    Documentation of a common file format for public keys. Its purpose is to facilitate the exchange of public keys between different SSH implementations.
  • SSH Public Key Subsystem (RFC 4819)
    The public-key subsystem is a mechanism that allows users to upload and manage their public keys on any SSH server without having to delve into server-specific details of where those keys should be stored.

SSH Extension Documents

SSH Extension Drafts


트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://www.xeraph.com/tb/5167720 [도움말]

덧글

댓글 입력 영역