class _BaseEntry: (source)
Known subclasses: twisted.conch.client.knownhosts.HashedEntry
, twisted.conch.client.knownhosts.PlainEntry
Method | __init__ |
Undocumented |
Method | matchesKey |
Check to see if this entry matches a given key object. |
Instance Variable | comment |
Trailing garbage after the key line. |
Instance Variable | keyType |
The type of the key; either ssh-dss or ssh-rsa. |
Instance Variable | publicKey |
The server public key indicated by this line. |
twisted.conch.client.knownhosts.HashedEntry
, twisted.conch.client.knownhosts.PlainEntry
Undocumented
Parameters | |
keyObject:Key | A public key object to check. |
Returns | |
bool | True if this entry's key matches keyObject, False otherwise. |