Authentication modules

AuthHandler

class paramiko.auth_handler.AuthHandler(transport)

Internal class to handle the mechanics of authentication.

__init__(transport)
auth_interactive(username, handler, event, submethods='')

response_list = handler(title, instructions, prompt_list)

__weakref__

list of weak references to the object

class paramiko.auth_handler.GssapiWithMicAuthHandler(delegate, sshgss)

A specialized Auth handler for gssapi-with-mic

During the GSSAPI token exchange we need a modified dispatch table, because the packet type numbers are not unique.

__init__(delegate, sshgss)
__weakref__

list of weak references to the object