mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-08 23:00:58 +00:00
Merge branch '3.0'
This commit is contained in:
commit
ea50144e42
@ -1260,7 +1260,7 @@ class SSH2
|
||||
$c2s_compression_algorithms = $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