Net_SSH2::getKexAlgorithms PHP Method

getKexAlgorithms() public method

Return a list of the key exchange algorithms the server supports.
public getKexAlgorithms ( ) : array
return array
    function getKexAlgorithms()
    {
        $this->_connect();
        return $this->kex_algorithms;
    }