mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-14 02:11:20 +00:00
SSH2: CS adjustment
This commit is contained in:
parent
4d62a8ad16
commit
9c0a004d01
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user