SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

trusted_keys_file Property

A file containing the keys of authorized servers.

Syntax

def get_trusted_keys_file() -> str: ...
def set_trusted_keys_file(value: str) -> None: ...

trusted_keys_file = property(get_trusted_keys_file, set_trusted_keys_file)

Default Value

""

Remarks

Use this property to provide a path to the 'authorized_keys' file to be used by the client.

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