Deployer\Server\Builder::forwardAgent PHP Method

forwardAgent() public method

public forwardAgent ( )
    public function forwardAgent()
    {
        $this->config->setAuthenticationMethod(Configuration::AUTH_BY_AGENT);
        return $this;
    }