class documentation
class SSHKeyCheckerFactory: (source)
Implements interfaces: twisted.cred.strcred.ICheckerFactory
, twisted.plugin.IPlugin
Generates checkers that will authenticate a SSH public key
Method | generate |
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 | arg |
A short (one-line) description of the argument string format. |
Class Variable | auth |
A tag that identifies the authentication method. |