Discuss this help topic in SecureBlackbox Forum

TElIdSSHServerIOHandler.OnBeforeOpenShell

TElIdSSHServerIOHandler     See also     


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


This event is fired when client requested a shell.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnBeforeOpenShell : TSSHBeforeOpenShellEvent;
    TSSHBeforeOpenShellEvent = procedure(Sender: TObject; Connection: TElSSHTunnelConnection; var Accept : boolean) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Connection - logical connection
  • Accept - set this parameter to True if you agree to provide client with a shell.

Description

    If you agree to provide client with a shell set Access parameter to True.
     Note,session for Connection has been established before shell opening.

Discuss this help topic in SecureBlackbox Forum