Interface SshAgentFactory

    • Method Detail

      • getChannelForwardingFactories

        List<ChannelFactory> getChannelForwardingFactories​(FactoryManager manager)
        The channels are requested by the ssh server when forwarding a client request. The channel will receive agent requests and need to forward them to the agent, either local or through another proxy.
        Parameters:
        manager - The FactoryManager through which the request is made
        Returns:
        The ChannelFactory-ies used to create channels on the client side