module documentation

Tests for twisted.conch.ssh.

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

Produces a SSHPublicKeyChecker with an in-memory key mapping with a single use: 'testuser'

Returns
twisted.conch.checkers.SSHPublicKeyChecker
cryptography = (source)

Undocumented

Undocumented