Searched refs:server_public_host_key (Results 1 – 1 of 1) sorted by relevance
529 private $server_public_host_key; variable in phpseclib3\\Net\\SSH21881 $server_public_host_key,1894 $this->server_public_host_key = $server_public_host_key;1895 list($public_key_format) = Strings::unpackSSH2('s', $server_public_host_key);1915 $this->server_public_host_key5392 $server_public_host_key = base64_encode($this->server_public_host_key);5396 $this->signature_format . ' ' . $server_public_host_key :5407 $key = EC::loadFormat('OpenSSH', $server_public_host_key)5425 $key = DSA::loadFormat('OpenSSH', $server_public_host_key)5437 $key = RSA::loadFormat('OpenSSH', $server_public_host_key)[all …]