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
1594 $server_host_key_algorithms = isset($preferred['hostkey']) ?
1656 $server_host_key_algorithms,
1693 $this->server_host_key_algorithms,
1715 $this->supported_private_key_algorithms = $this->server_host_key_algorithms;
1744 …_key_algorithm = self::array_intersect_first($server_host_key_algorithms, $this->server_host_key_a…
4897 'hostkey' => $this->server_host_key_algorithms,