module documentation

Tests for the implementation of the ssh-userauth service.

Maintainer: Paul Swartz

Class AnonymousChecker A simple checker which isn't supported by SSHUserAuthServer.
Class ClientAuthWithoutPrivateKey This client doesn't have a private key, but it does have a public key.
Class ClientUserAuth A mock user auth client.
Class FakeTransport userauth.SSHUserAuthServer expects an SSH transport which has a factory attribute which has a portal attribute. Because the portal is important for testing authentication, we need to be able to provide an interesting portal object to the ...
Class LoopbackTests No class docstring; 0/1 class variable, 1/1 method, 0/1 class documented
Class ModuleInitializationTests Undocumented
Class OldClientAuth The old SSHUserAuthClient returned a cryptography key object from getPrivateKey() and a string from getPublicKey
Class PasswordChecker A very simple username/password checker which authenticates anyone whose password matches their username and rejects all others.
Class PrivateKeyChecker A very simple public key checker which authenticates anyone whose public/private keypair is the same keydata.public/privateRSA_openssh.
Class Realm A mock realm for testing userauth.SSHUserAuthServer.
Class SSHUserAuthClientTests Tests for SSHUserAuthClient.
Class SSHUserAuthServerTests Tests for SSHUserAuthServer.
Variable keys Undocumented