SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

force_compression Property

Enforces compression for the SSH layer.

Syntax

def get_force_compression() -> bool: ...
def set_force_compression(value: bool) -> None: ...

force_compression = property(get_force_compression, set_force_compression)

Default Value

FALSE

Remarks

Set this property before opening a connection to enforce compression of the SSH packets.

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