You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssh2_exec works fine with short commands but fails with PHP Warning: ssh2_exec(): Unable to request command execution on remote host when trying to send long commands (41269 chars in my example). The magical limit seems to be 32KB.
Tested with v1.2 on Debian 11 with PHP 7.4.
The text was updated successfully, but these errors were encountered:
ssh2_exec
works fine with short commands but fails withPHP Warning: ssh2_exec(): Unable to request command execution on remote host
when trying to send long commands (41269 chars in my example). The magical limit seems to be 32KB.Tested with v1.2 on Debian 11 with PHP 7.4.
The text was updated successfully, but these errors were encountered: