| 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 Swartz| Classes | |
|---|---|
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. | |
| 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, ypixel))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.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Dec 9 17:48:11 2003 | http://epydoc.sf.net |