SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

AuthAttempts Property

Specifies the number of SSH password authentication attempts.

Object Oriented Interface

public function getAuthAttempts();
public function setAuthAttempts($value);

Procedural Interface

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

Default Value

1

Remarks

In case of password authentication failure provide new password inside the AuthFailed event handler.

Data Type

Integer

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