SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

SSHSettingsTrustAllKeys Property

Enables or disables explicit trust to all server keys.

Object Oriented Interface

public function getSSHSettingsTrustAllKeys();
public function setSSHSettingsTrustAllKeys($value);

Procedural Interface

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

Default Value

false

Remarks

Enables or disables explicit trust to all server keys. Use with care.

Data Type

Boolean

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