EldoS
Navigation
Web site
Support
Table Of Contents

TElSSHLocalPortForwarding class

Properties     Methods     Events     Declared in     Licensing    


 

TElSSHLocalPortForwarding is a descendant of TElSSHCustomForwarding class.

 
 

Description

     TElSSHLocalPortForwarding component provides a simple interface to establish the TCP forwarding from the local port to remote server through secure SSH channel. This tunnel is used for securing outgoing 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 local port, which should be forwarded to remote side. When the new connection is accepted on this port, the component will open new SSH tunnel and ask the remote SSH server to connect to DestHost:DestPort. As soon as the component finishes establishing of logical connection, it fires the OnConnectionOpen event.

 
 

Properties

  • ReportRealClientLocationToServer
  • UseDynamicForwarding
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

  • OnAccept
  • OnConnectionSocksAuthMethodChoose
  • OnConnectionSocksAuthPassword
  • OnConnectionSocksConnect
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