Known implementations: twisted.conch.checkers.InMemorySSHKeyDB, twisted.conch.checkers.UNIXAuthorizedKeysFiles

An object that provides valid authorized ssh keys mapped to usernames.

Present Since15.0
Method getAuthorizedKeys Gets an iterable of authorized keys that are valid for the given avatarId.
def getAuthorizedKeys(avatarId): (source)

Gets an iterable of authorized keys that are valid for the given avatarId.

ParametersavatarIdthe ID of the avatar (type: valid return value of twisted.cred.checkers.ICredentialsChecker.requestAvatarId)
Returnsan iterable of twisted.conch.ssh.keys.Key
API Documentation for Twisted, generated by pydoctor at 2018-07-14 04:53:34.