Part of twisted.conch.ssh View Source
Maintainer: Paul Swartz
Class | SSHTransportBase | Protocol supporting basic SSH functionality: sending/receiving packets |
Class | SSHServerTransport | SSHServerTransport implements the server side of the SSH protocol. |
Class | SSHClientTransport | SSHClientTransport implements the client side of the SSH protocol. |
Class | SSHCiphers | SSHCiphers represents all the encryption operations that need to occur |
Class | _DummyCipher | A cipher for the none encryption method. |
Class | _Counter | Stateful counter which returns results packed in a byte string |