SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

SSHSettingsAutoAdjustCiphers Property

Whether the SSH client should adjust its list of supported ciphers 'on-the-fly' for greater compatibility with the server it is connecting to.

Object Oriented Interface

public function getSSHSettingsAutoAdjustCiphers();
public function setSSHSettingsAutoAdjustCiphers($value);

Procedural Interface

secureblackboxlite_sftpclient_get($res, 118 );
secureblackboxlite_sftpclient_set($res, 118, $value );

Default Value

true

Remarks

Whether the SSH client should adjust its list of supported ciphers 'on-the-fly' for greater compatibility with the server it is connecting to.

Data Type

Boolean

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