| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package conch :: Package ssh :: Module forwarding |
|
This module contains the implementation of the TCP forwarding, which allows clients and servers to forward arbitrary TCP data across the connection.
This module is unstable.
Maintainer: Paul Swartz| Classes | |
|---|---|
SSHConnectForwardingChannel |
|
SSHForwardingClient |
|
SSHListenClientForwardingChannel |
|
SSHListenForwardingChannel |
|
SSHListenForwardingFactory |
|
SSHListenServerForwardingChannel |
|
| Function Summary | |
|---|---|
packGlobal_tcpip_forward((host,
port))
| |
Pack the data suitable for sending in a CHANNEL_OPEN packet. | |
Pack the data suitable for sending in a CHANNEL_OPEN packet. | |
unpackGlobal_tcpip_forward(data)
| |
Unpack the data to a usable format. | |
Unpack the data to a usable format. | |
| Function Details |
|---|
packOpen_direct_tcpip((connHost, connPort), (origHost, origPort))Pack the data suitable for sending in a CHANNEL_OPEN packet. |
packOpen_forwarded_tcpip((connHost, connPort), (origHost, origPort))Pack the data suitable for sending in a CHANNEL_OPEN packet. |
unpackOpen_direct_tcpip(data)Unpack the data to a usable format. |
unpackOpen_forwarded_tcpip(data)Unpack the data to a usable format. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Dec 9 17:48:03 2003 | http://epydoc.sf.net |