SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SSHSettingsDefaultWindowSize Property

The SSH window size specifies how many bytes the client can send to the server in the command channel without obtaining pre-authorization for the further send from the server.

Object Oriented Interface

public function getSSHSettingsDefaultWindowSize();
public function setSSHSettingsDefaultWindowSize($value);

Procedural Interface

secureblackbox_sshclient_get($res, 101 );
secureblackbox_sshclient_set($res, 101, $value );

Default Value

2048000

Remarks

The SSH window size specifies how many bytes the client can send to the server in the command channel without obtaining pre-authorization for the further send from the server.

Data Type

Integer

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