This module contains the implementation of the TCP forwarding, which allows clients and servers to forward arbitrary TCP data across the connection.
Maintainer: Paul Swartz
Class | SSHConnectForwardingChannel |
Channel used for handling server side forwarding request. It acts as a client for the remote forwarding destination. |
Class | SSHForwardingClient |
Undocumented |
Class | SSHListenClientForwardingChannel |
Undocumented |
Class | SSHListenForwardingChannel |
Undocumented |
Class | SSHListenForwardingFactory |
Undocumented |
Class | SSHListenServerForwardingChannel |
Undocumented |
Function | openConnectForwardingClient |
Undocumented |
Function | packGlobal_tcpip_forward |
Pack the data for tcpip forwarding. |
Function | packOpen_direct_tcpip |
Pack the data suitable for sending in a CHANNEL_OPEN packet. |
Function | unpackGlobal_tcpip_forward |
Undocumented |
Function | unpackOpen_direct_tcpip |
Unpack the data to a usable format. |