Home | Trees | Index | Help |
---|
Package twisted :: Package conch :: Package ssh :: Module session |
|
This module contains the implementation of SSHSession, which (by default) allows access to a shell and a python interpreter over SSH.
This module is unstable.
Maintainer: Paul SwartzClasses | |
---|---|
SSHSession |
|
SSHSessionClient |
|
SSHSessionProtocol |
Function Summary | |
---|---|
Pack a pty-req request so that it is suitable for sending. | |
Pack a window-change request so that it is suitable for sending. | |
Parse the data from a pty-req request into usable data. | |
Parse the data from a window-change request into usuable data. |
Variable Summary | |
---|---|
SelectReactor |
reactor
|
Function Details |
---|
packRequest_pty_req(term, (rows, cols, xpixel, ypixel), modes)Pack a pty-req request so that it is suitable for sending. NOTE: modes must be packed before being sent here. |
packRequest_window_change((rows, cols, xpixel,Pack a window-change request so that it is suitable for sending. |
parseRequest_pty_req(data)Parse the data from a pty-req request into usable data.
|
parseRequest_window_change(data)Parse the data from a window-change request into usuable data.
|
Variable Details |
---|
reactor
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:45:25 2003 | http://epydoc.sf.net |