SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

auth_attempts Property

Specifies the number of SSH password authentication attempts.

Syntax

def get_auth_attempts() -> int: ...
def set_auth_attempts(value: int) -> None: ...

auth_attempts = property(get_auth_attempts, set_auth_attempts)

Default Value

1

Remarks

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

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