Part of twisted.conch.checkers View Source View In Hierarchy
Present Since | 15.0.0 |
Method | __init__ | Initializes a new UNIXAuthorizedKeysFiles . |
Method | getAuthorizedKeys | Undocumented |
UNIXAuthorizedKeysFiles
.Parameters | userdb | access to the Unix user account and password database (default is the
Python module pwd ) (type: pwd -like
object) |
parseKey | a callable that takes a string and returns a twisted.conch.ssh.keys.Key ,
mainly to be used for testing. The default is twisted.conch.ssh.keys.Key.fromString . (type: callable ) |