Tests for the implementation of the ssh-userauth service.
Maintainer: Paul Swartz
| Class | transport | No class docstring; 1/1 classes documented | 
| Class | userauth | No class docstring; 1/1 classes documented | 
| Class | ClientUserAuth | A mock user auth client. | 
| Class | OldClientAuth | The old SSHUserAuthClient returned a cryptography key object from getPrivateKey() and a string from getPublicKey | 
| Class | ClientAuthWithoutPrivateKey | This client doesn't have a private key, but it does have a public key. | 
| Class | FakeTransport | No summary | 
| Class | Realm | A mock realm for testing userauth.SSHUserAuthServer. | 
| 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 | AnonymousChecker | A simple checker which isn't supported by SSHUserAuthServer. | 
| Class | SSHUserAuthServerTests | Tests for SSHUserAuthServer. | 
| Class | SSHUserAuthClientTests | Tests for SSHUserAuthClient. | 
| Class | LoopbackTests | No class docstring; 0/1 classes, 1/1 methods documented | 
| Class | ModuleInitializationTests | Undocumented |