SecureBlackbox 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

secureblackbox_sshclient_get($res, 120 );
secureblackbox_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 2020 PHP Edition - Version 20.0 [Build 8154]