Net_SSH2::getServerHostKeyAlgorithms PHP Méthode

getServerHostKeyAlgorithms() public méthode

Return a list of the host key (public key) algorithms the server supports.
public getServerHostKeyAlgorithms ( ) : array
Résultat array
    function getServerHostKeyAlgorithms()
    {
        $this->_connect();
        return $this->server_host_key_algorithms;
    }