Part of twisted.conch.client.knownhosts View Source View In Hierarchy
Known subclasses: twisted.conch.client.knownhosts.HashedEntry, twisted.conch.client.knownhosts.PlainEntry
Instance Variables | keyType | The type of the key; either ssh-dss or ssh-rsa.
(type: str
) |
publicKey | The server public key indicated by this line.
(type: twisted.conch.ssh.keys.Key
) | |
comment | Trailing garbage after the key line.
(type: str
) |
Method | __init__ | Undocumented |
Method | matchesKey | Check to see if this entry matches a given key object. |