| Home | Trees | Index | Help |
|---|
| Package paramiko :: Module 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
|
_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE
|
_DISCONNECT_SERVICE_NOT_AVAILABLE
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Mon Mar 8 10:10:09 2004 | http://epydoc.sf.net |