EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

ElCustomSSHTunnel class

Properties     Methods     Events     Declared in    


 

This is the base class for SSH tunnel classes. Do not use this class directly.

 
 

Description

    This is the abstract class which is the parent for the following classes:

  • ElShellSSHTunnel,
  • ElCommandSSHTunnel,
  • ElSubsystemSSHTunnel,
  • ElRemotePortForwardSSHTunnel,
  • ElLocalPortForwardSSHTunnel,
  • ElX11ForwardSSHTunnel,
  • ElAuthenticationAgentSSHTunnel
The family of xxxSSHTunnel classes is used to manage a set of logical connections which are established over single SSH-secured session. To manage single logical connection ElSSHTunnelConnection class is used. When a new logical connection is established, the OnOpen event is fired, specifying this connection as a parameter. When connection is closed, the OnClose event is fired.
 
 

Properties

  • AutoOpen
  • ConnectionCount
  • Connections
  • TunnelList
 
 

Methods

  • Constructor
  • Destructor
  • Open
 
 

Events

  • OnClose
  • OnError
  • OnOpen
 
 

Declared in

.NET:

  • Namespace: SBSSHCommon
  • Assembly: SecureBlackbox.SSHCommon
VCL:
  • Unit: SBSSHCommon
ActiveX/DLL:
  • SBB 5 interface module: SSHBBoxCli.dll
  • SBB 6 interface module: SSHBBoxCli6.dll
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation