SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

on_banner Event

Reports the receipt of the Hello message from the server.

Syntax

class SSHClientBannerEventParams(object):
  @property
  def text() -> bytes: ...
  @property
  def language() -> bytes: ...

# In class SSHClient:
@property
def on_banner() -> Callable[[SSHClientBannerEventParams], None]: ...
@on_banner.setter
def on_banner(event_hook: Callable[[SSHClientBannerEventParams], None]) -> None: ...

Remarks

SFPTClient fires this event when it receives hello message from the server.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]