class documentation

class HostKeyChanged(Exception): (source)

View In Hierarchy

The host key of a remote host has changed.
Method __init__ Undocumented
Instance Variable lineno The line number of the offending entry in the given path.
Instance Variable offending​Entry 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
def __init__(self, offendingEntry, path, lineno): (source)

Undocumented

lineno: int = (source)
The line number of the offending entry in the given path.
The entry which contains the persistent host key that disagrees with the given host key.
a reference to the known_hosts file that the offending entry was loaded from