class documentation

class HostKeyChanged(Exception): (source)

View In Hierarchy

The host key of a remote host has changed.

Instance Variable offendingEntry The entry which contains the persistent host key that disagrees with the given host key.
Instance Variable path a reference to the known_hosts file that the offending entry was loaded from
Instance Variable lineno The line number of the offending entry in the given path.
Method __init__ Undocumented
offendingEntry = (source)
The entry which contains the persistent host key that disagrees with the given host key.
(type: twisted.conch.interfaces.IKnownHostEntry)
path = (source)
a reference to the known_hosts file that the offending entry was loaded from
(type: twisted.python.filepath.FilePath)
lineno = (source)
The line number of the offending entry in the given path.
(type: int)
def __init__(self, offendingEntry, path, lineno): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.