Module t.c.c.default

Part of twisted.conch.client View Source

No module docstring
Function verifyHostKey Undocumented
Function isInKnownHosts checks to see if host is in the known_hosts file for the user.
Class SSHUserAuthClient No class docstring; 7/11 methods documented
def verifyHostKey(transport, host, pubKey, fingerprint): (source)
Undocumented
def isInKnownHosts(host, pubKey, options): (source)
checks to see if host is in the known_hosts file for the user. returns 0 if it isn't, 1 if it is and is the same, 2 if it's changed.
API Documentation for twisted, generated by pydoctor.