Package paramiko :: Module auth_transport
[show private | hide private]
[frames | no frames]

Module paramiko.auth_transport

Transport is a subclass of BaseTransport that handles authentication. This separation keeps either class file from being too unwieldy.
Classes
Transport An SSH Transport attaches to a stream (usually a socket), negotiates an encrypted session, authenticates, and then creates stream tunnels, called Channels, across the session.

Variable Summary
int _DISCONNECT_AUTH_CANCELLED_BY_USER = 13                                                                    
int _DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE = 14                                                                    
int _DISCONNECT_SERVICE_NOT_AVAILABLE = 7                                                                     

Variable Details

_DISCONNECT_AUTH_CANCELLED_BY_USER

Type:
int
Value:
13                                                                    

_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE

Type:
int
Value:
14                                                                    

_DISCONNECT_SERVICE_NOT_AVAILABLE

Type:
int
Value:
7                                                                     

Generated by Epydoc 2.0 on Sun Jan 4 02:33:11 2004 http://epydoc.sf.net