phpseclib\Net\SSH2::getBannerMessage PHP Method

getBannerMessage() public method

Quoting from the RFC, "in some jurisdictions, sending a warning message before authentication may be relevant for getting legal protection."
public getBannerMessage ( ) : string
return string
    function getBannerMessage()
    {
        return $this->banner_message;
    }