Home
last modified time | relevance | path

Searched refs:server_host_key_algorithms (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php274 private $server_host_key_algorithms = false; variable in phpseclib3\\Net\\SSH2
1600 $server_host_key_algorithms = isset($preferred['hostkey']) ?
1662 $server_host_key_algorithms,
1698 $this->server_host_key_algorithms,
1720 $this->supported_private_key_algorithms = $this->server_host_key_algorithms;
1749 …_key_algorithm = self::array_intersect_first($server_host_key_algorithms, $this->server_host_key_a…
4961 'hostkey' => $this->server_host_key_algorithms,