SecureBlackbox Lite 2020 Node.js Edition

Questions / Feedback?

Connect Event

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

Syntax

sshclient.on('Connect', [callback])

Callback

The 'callback' is called when the 'Connect' event is emited.

function(e){ }

The argument 'e' has the following properties:










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 Lite 2020 Node.js Edition - Version 20.0 [Build 8166]