Module t.c.s.forwarding

Part of twisted.conch.ssh View Source

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
Line # Kind Name Docs
21 Class SSHListenForwardingFactory Undocumented
36 Class SSHListenForwardingChannel Undocumented
60 Class SSHListenClientForwardingChannel Undocumented
64 Class SSHListenServerForwardingChannel Undocumented
68 Class SSHConnectForwardingChannel Undocumented
109 Function openConnectForwardingClient Undocumented
116 Class SSHForwardingClient Undocumented
134 Function packOpen_direct_tcpip Pack the data suitable for sending in a CHANNEL_OPEN packet.
143 Function unpackOpen_direct_tcpip Unpack the data to a usable format.
154 Function packGlobal_tcpip_forward Undocumented
157 Function unpackGlobal_tcpip_forward Undocumented
def openConnectForwardingClient(remoteWindow, remoteMaxPacket, data, avatar):
Undocumented
def packOpen_direct_tcpip((connHost, connPort), (origHost, origPort)):
Pack the data suitable for sending in a CHANNEL_OPEN packet.
def unpackOpen_direct_tcpip(data):
Unpack the data to a usable format.
def packGlobal_tcpip_forward((host, port)):
Undocumented
def unpackGlobal_tcpip_forward(data):
Undocumented