aka:SSH Basics

aka:SSH Basics

 |------------------------------------------+------------------------------------+--------------------------------------|
 | SSH Authentification Protocol [SSH-AUTH] | SSH Connection Protocol [SSH-CONN] | SSH File Transfer Protocol [SSH-FTP] |
 |                                          |                                    |                                      |
 | client Authentification                  | channle multiplexing               | remote filesystem access             |
 | - publickey                              | pseudo-terminals                   | file transfer                        |
 | - hostbased                              | flow control                       +--------------------------------------|
 | - password                               | signal propagation                                                        |
 | - gssapi                                 | remote program execution                                                  |
 | - gssapi-with-mic                        | authentication agent forwarding                                           |
 | - external-keyx                          | TCP port and X forwarding                                                 |
 | - keyborad-interactive                   | terminal handling                                                         |
 |                                          | subsystems                                                                |
 |------------------------------------------+---------------------------------------------------------------------------|
 | SSH Transport Protocol [SSH-TRANS]                                                                                   |
 |                                                                                                                      |
 | algorithm negotiation                                                                                                |
 | session key exchange                                                                                                 |
 | session ID                                                                                                           |
 | privacy                                                                                                              |
 | integrity                                                                                                            |
 | data compression                                                                                                     |
 |----------------------------------------------------------------------------------------------------------------------|

Last modified : 2011/12/30 14:37:14 UTC