Part of twisted.conch.ssh View Source
The lowest level SSH protocol. This handles the key negotiation, the encryption and the compression. The transport layer is described in RFC 4253.
Maintainer: Paul Swartz| Line # | Kind | Name | Docs |
|---|---|---|---|
| 36 | Class | SSHTransportBase | Protocol supporting basic SSH functionality: sending/receiving packets |
| 655 | Class | SSHServerTransport | SSHServerTransport implements the server side of the SSH protocol. |
| 855 | Class | SSHClientTransport | SSHClientTransport implements the client side of the SSH protocol. |
| 1134 | Class | SSHCiphers | SSHCiphers represents all the encryption operations that need to occur |
| 1117 | Class | _DummyCipher | A cipher for the none encryption method. |
| 1318 | Class | _Counter | Stateful counter which returns results packed in a byte string |