SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

SSHSettingsHandshakeTimeout Property

Specifies the maximal time for the SSH handshake to proceed, in seconds.

Object Oriented Interface

public function getSSHSettingsHandshakeTimeout();
public function setSSHSettingsHandshakeTimeout($value);

Procedural Interface

secureblackboxlite_sshclient_get($res, 110 );
secureblackboxlite_sshclient_set($res, 110, $value );

Default Value

45

Remarks

Specifies the maximal time for the SSH handshake to proceed, in seconds. If the handshake is not completed within this period, the session is aborted.

Data Type

Integer

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