SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_connect Event

This event is fired when an SSH session has been established.

Syntax

class SSHClientConnectEventParams(object):

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

Remarks

Use this event to track the moment when SSH session has been set up.

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