Part of twisted.conch View Source
ICredentialsChecker
implementations to be used in Conch protocols.
Function | verifyCryptedPassword | Undocumented |
Class | UNIXPasswordDatabase | Undocumented |
Class | SSHPublicKeyDatabase | Checker that authenticates SSH public keys, based on public keys listed in authorized_keys and authorized_keys2 files in user .ssh/ directories. |
Class | SSHProtocolChecker | SSHProtocolChecker is a checker that requires multiple authentications to succeed. To add a checker, call my registerChecker method with the checker and the interface. |