Home | Trees | Indices | Help |
|
---|
|
object --+ | Session
Session object
Instance Methods | |||
|
|||
|
|||
int |
|
||
Channel |
|
||
Listener
|
|
||
str |
|
||
tuple |
|
||
Channel |
|
||
|
|||
Channel |
|
||
Channel |
|
||
int |
|
||
dict |
|
||
int |
|
||
Sftp |
|
||
int |
|
||
int |
|
||
str |
|
||
int |
|
||
int |
|
||
Inherited from |
Properties | |
Inherited from |
Method Details |
Create a new session object.
|
Sets callback on the session.
|
Closes the session.
|
Tunnels a TCP connection through the session. |
Forwards a TCP connection through the session.
|
Returns the computed digest of the remote host's key.
|
Returns the last error in tuple format (code, message).
|
Allocates a new Channel for the session.
|
Sets trace level on the session.
|
Gets a remote file via SCP Protocol.
|
Sends a file to remote host via SCP protocol.
|
Sets preferred methods to be negociated. Theses preferences must be prior to calling startup.
|
Returns dictionnary with the current actives algorithms. CS keys is Client to Server and SC keys is Server to Client.
|
Sets the banner that will be sent to remote host. This is optional,
the banner
|
Open an Sftp Channel.
|
Starts up the session form a socket created by a socket.socket() call.
|
Returns authentification status for the given session.
|
Lists the authentification methods supported by a server.
|
Authenticates a session with the given username and password.
|
Authenticates a session as username using a key pair found in the pulickey and privatekey files, and passphrase if provided.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 22 06:41:49 2015 | http://epydoc.sourceforge.net |