EldoS
Navigation
Web site
Support
Table Of Contents

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

  • UseDefaultBindAddress
  • UseProxySettingsForForwardedConnections
Inherited from TElSSHCustomForwarding:
  • Active
  • Address
  • AutoAdjustCiphers
  • AutoAdjustPriority
  • AuthAttempts
  • AuthenticationTypes
  • AuthTypePriorities
  • BoundPort
  • ClientHostName
  • ClientUserName
  • CloseIfNoActiveTunnels
  • CompressionAlgorithms
  • CompressionAlgorithmPriorities
  • CompressionAlgorithmClientToServer
  • CompressionAlgorithmServerToClient
  • CompressionLevel
  • Connections
  • ConnectionCount
  • CryptoProviderManager
  • DefaultWindowSize
  • DestHost
  • DestPort
  • DestUseIPv6
  • EncryptionAlgorithms
  • EncryptionAlgorithmPriorities
  • EncryptionAlgorithmClientToServer
  • EncryptionAlgorithmServerToClient
  • FlushCachedDataOnClose
  • ForceCompression
  • ForwardedHost
  • ForwardedPort
  • ForwardedUseIPv6
  • GlobalKeepAlivePeriod
  • Intercept
  • KbdIntName
  • KbdIntInstruction
  • KeepAlivePeriod
  • KexAlgorithm
  • KexAlgorithmPriorities
  • KexAlgorithms
  • KeyStorage
  • MacAlgorithms
  • MacAlgorithmPriorities
  • MacAlgorithmClientToServer
  • MacAlgorithmServerToClient
  • MaxSSHPacketSize
  • MinWindowSize
  • Password
  • Port
  • Priority
  • PublicKeyAlgorithm
  • PublicKeyAlgorithmPriorities
  • PublicKeyAlgorithms
  • RequestPasswordChange
  • SSHAuthOrder
  • ServerCloseReason
  • ServerSoftwareName
  • ServerKey
  • SessionTimeout
  • SocketTimeout
  • SocksAuthentication
  • SocksPassword
  • SocksPort
  • SocksResolveAddress
  • SocksServer
  • SocksUseIPv6
  • SocksUserCode
  • SocksVersion
  • SoftwareName
  • SynchronizeGUI
  • TrustedKeys
  • TotalBytesReceived
  • TotalBytesSent
  • TunnelCount
  • Tunnels
  • UseIPv6
  • UserName
  • UseSocks
  • UseUTF8
  • UseWebTunneling
  • UsingIPv6
  • Version
  • Versions
  • WebTunnelAddress
  • WebTunnelAuthentication
  • WebTunnelPassword
  • WebTunnelPort
  • WebTunnelUserId
 
 

Methods

Inherited from TElSSHCustomForwarding:

  • AddTunnel
  • ClearTunnels
  • Close
  • Open
  • RemoveTunnel
  • RenegotiateCiphers
 
 

Events

Inherited from TElSSHCustomForwarding:

  • OnAuthenticationAttempt
  • OnAuthenticationFailed
  • OnAuthenticationKeyboard
  • OnAuthenticationStart
  • OnAuthenticationSuccess
  • OnBanner
  • OnCiphersNegotiated
  • OnClose
  • OnConnectionOpen
  • OnConnectionChange
  • OnConnectionClose
  • OnConnectionError
  • OnConnectionWork
  • OnDebugData
  • OnError
  • OnKeyValidate
  • OnOpen
  • OnPasswordChangeRequest
  • OnPrivateKeyNeeded
  • OnTunnelClose
  • OnTunnelOpen
 
 

Declared in

.NET:

  • Namespace: SBSSHForwarding
  • Assembly: SecureBlackbox.SSHClient
VCL:
  • Unit: SBSSHForwarding
ActiveX/DLL:
  • not implemented
 
 

Licensing

To use the component in development and distribution of your projects, you need to purchase one of the licenses:

.NET: SSHBlackbox client-only OR SSHBlackbox client-server OR SFTPBlackbox client-only OR SFTPBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard OR SecureBlackbox Professional

VCL: SSHBlackbox client-only OR SSHBlackbox client-server OR SFTPBlackbox client-only OR SFTPBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard OR SecureBlackbox Professional

ActiveX/DLL: Not available

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation