Module t.c.c.default

Part of twisted.conch.client View Source

Undocumented
Line # Kind Name Docs
14 Function verifyHostKey Undocumented
55 Function isInKnownHosts checks to see if host is in the known_hosts file for the user.
89 Class SSHUserAuthClient Undocumented
def verifyHostKey(transport, host, pubKey, fingerprint):
Undocumented
def isInKnownHosts(host, pubKey, options):
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.