Net_SSH2::getServerHostKeyAlgorithms PHP 메소드

getServerHostKeyAlgorithms() 공개 메소드

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