Tests for twisted.conch.ssh.
| Class | avatar | Undocumented |
| Class | ConchTestRealm | A realm which expects a particular avatarId to log in once and creates a
ConchTestAvatar
for that request. |
| Class | ConchTestAvatar | An avatar against which various SSH features can be tested. |
| Class | ConchSessionForTestAvatar | An ISession adapter for ConchTestAvatar. |
| Class | CrazySubsystem | No class docstring; 1/2 methods documented |
| Class | FalseTransport | False transport should act like a /bin/false execution, i.e. just exit with nonzero status, writing nothing to the terminal. |
| Class | EchoTransport | Undocumented |
| Class | ErrEchoTransport | Undocumented |
| Class | SuperEchoTransport | Undocumented |
| Class | ConchTestPasswordChecker | Undocumented |
| Class | ConchTestSSHChecker | Undocumented |
| Class | ConchTestServerFactory | No class docstring; 1/5 methods documented |
| Class | ConchTestBase | Undocumented |
| Class | ConchTestServer | Undocumented |
| Class | ConchTestClient | |
| Class | ConchTestClientAuth | Undocumented |
| Class | ConchTestClientConnection | |
| Class | SSHTestChannel | Undocumented |
| Function | conchTestPublicKeyChecker | Produces a SSHPublicKeyChecker with an in-memory key mapping with a single use: 'testuser' |
| Class | SSHProtocolTests | Tests for communication between SSHServerTransport
and SSHClientTransport. |
| Class | SSHFactoryTests | No class docstring; 4/5 methods documented |
| Class | MPTests | Tests for common.getMP. |
| Class | GMPYInstallDeprecationTests | Tests for the deprecation of former GMPY accidental public API. |
Produces a SSHPublicKeyChecker with an in-memory key mapping with a single use: 'testuser'
| Returns | twisted.conch.checkers.SSHPublicKeyChecker | |