Discuss this help topic in SecureBlackbox Forum

TElSSHRemotePortForwarding class

Properties     Methods     Events     Declared in     Licensing     


TElSSHRemotePortForwarding is a descendant of TElSSHCustomForwarding class.

Description

     TElSSHRemotePortForwarding component provides a simple interface to establish TCP forwarding from remote port through the secure SSH channel to client side, and then to other remote host. This tunnel is used for securing incoming socket connections. Set DestHost and DestPort properties according to the host properties that you want to forward the data to. Set ForwardedPort property to the remote (located on SSH server's host) port, which should be forwarded to the local system. When the new connection is accepted on this port, the server will open new SSH tunnel and the component will connect to DestHost:DestPort. As soon as the component finishes establishing of logical connections, it fires the OnConnectionOpen event.

Properties

Inherited from TElSSHCustomForwarding

Methods

Inherited from TElSSHCustomForwarding

Events

Inherited from TElSSHCustomForwarding

Declared in

.NET:
  • Namespace: SBSSHForwarding
  • Assembly: SecureBlackbox.SSHClient
VCL:
  • Unit: SBSSHForwarding
Java:
  • Package: SecureBlackbox.SSHClient.jar
C++:
  • sbsshforwarding.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

SecureBlackbox Professional, SecureBlackbox Standard, SecureBlackbox Lite

Discuss this help topic in SecureBlackbox Forum