Part of twisted.conch.error View Source View In Hierarchy
| Instance Variables | offendingEntry | The entry which contains the persistent host key that disagrees with the
given host key.
 (type: twisted.conch.interfaces.IKnownHostEntry
) | 
| path | a reference to the known_hosts file that the offending entry was loaded 
from
 (type: twisted.python.filepath.FilePath
) | |
| lineno | The line number of the offending entry in the given path.
 (type: int
) | 
| Method | __init__ | Undocumented |