SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

SSHSettingsMaxSSHPacketSize Property

Specifies the maximum length of one SSH packet in bytes.

Object Oriented Interface

public function getSSHSettingsMaxSSHPacketSize();
public function setSSHSettingsMaxSSHPacketSize($value);

Procedural Interface

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

Default Value

262144

Remarks

Specifies the maximum length of one SSH packet in bytes.

Data Type

Integer

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