SSH2: CS adjustment

This commit is contained in:
terrafrost 2023-12-02 16:42:09 -06:00
parent 4d62a8ad16
commit 9c0a004d01
1 changed files with 1 additions and 1 deletions

View File

@ -1536,7 +1536,7 @@ class SSH2
$preferred['client_to_server']['comp'] :
SSH2::getSupportedCompressionAlgorithms();
$kex_algorithms = array_merge($kex_algorithms, array('ext-info-c'));
$kex_algorithms = array_merge($kex_algorithms, ['ext-info-c']);
// some SSH servers have buggy implementations of some of the above algorithms
switch (true) {