class documentation

class SSHKeyCheckerFactory:

Implements interfaces: twisted.cred.strcred.ICheckerFactory, twisted.plugin.IPlugin

View In Hierarchy

Generates checkers that will authenticate a SSH public key

Method generateChecker This checker factory ignores the argument string. Everything needed to authenticate users is pulled out of the public keys listed in user .ssh/ directories.
Class Variable argStringFormat A short (one-line) description of the argument string format.
Class Variable authType A tag that identifies the authentication method.
def generateChecker(self, argstring=''):

This checker factory ignores the argument string. Everything needed to authenticate users is pulled out of the public keys listed in user .ssh/ directories.

argStringFormat: str =

A short (one-line) description of the argument string format.

authType: str =

A tag that identifies the authentication method.