Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnX11ForwardingRequest

TElIdSSHClientServerIOHandler     See also     


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


This event requests X11-forwarding permission.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnX11ForwardingRequest : TSSHX11ForwardingRequestEvent;
    TSSHX11ForwardingRequestEvent = procedure(Sender: TObject; SingleConnection: boolean; const AuthProtocol: string; const AuthCookie: string; ScreenNumber: integer; var Accept: boolean) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • SingleConnection - specifies than only one x11-connection can be forwarded at the same time
  • AuthProtocol - x11-authentication protocol
  • AuthCookie - authentication cookie
  • ScreenNumber - number of the screen
  • Accept - specifies if forwarding will be allowed

Description

    Informs server about X11 settings and requests permission for the forwarding. Any X11-forwarding can not be requested (OnBeforeOpenX11Forwarding and OnOpenX11Forwarding events can not be fired) until permission is received.

See also:     OnBeforeOpenX11Forwarding     OnOpenX11Forwarding    

Discuss this help topic in SecureBlackbox Forum