t.c.c.ISSHPrivateKey(ICredentials) : interface documentation

Part of twisted.cred.credentials View Source View In Hierarchy

Known implementations: twisted.cred.credentials.SSHPrivateKey

ISSHPrivateKey credentials encapsulate an SSH public key to be checked against a user's private key.

Instance Variable username The username associated with these credentials. (type: str)
Instance Variable algName The algorithm name for the blob. (type: str)
Instance Variable blob The public key blob as sent by the client. (type: str)
Instance Variable sigData The data the signature was made from. (type: str)
Instance Variable signature The signed data. This is checked to verify that the user owns the private key. (type: str or NoneType)
username =
The username associated with these credentials. (type: str)
algName =
The algorithm name for the blob. (type: str)
blob =
The public key blob as sent by the client. (type: str)
sigData =
The data the signature was made from. (type: str)
signature =
The signed data. This is checked to verify that the user owns the private key. (type: str or NoneType)
API Documentation for Twisted, generated by pydoctor at 2015-04-13 15:26:48.