Discuss this help topic in SecureBlackbox Forum

TElIdSSHServerIOHandler.OnBeforeOpenX11Forwarding

TElIdSSHServerIOHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This event is fired when client requested a X11-forwarding.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnBeforeOpenX11Forwarding: TSSHBeforeOpenX11ForwardingEvent;
    TSSHBeforeOpenX11ForwardingEvent = procedure(Sender: TObject; const OrigIP : string; OrigPort: integer; var Accept : boolean) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • OrigIP - address of the host connected to the client
  • OrigPort - port on the OriginIP
  • Accept - set this parameter to True if you want to allow forwarding

Description

    If you agree to provide forwarding set Access parameter to True.

Discuss this help topic in SecureBlackbox Forum