Interface CloudSshAgentFactory<K extends CloudKeyInfo>

    • Method Detail

      • createServer

        org.apache.sshd.agent.SshAgentServer createServer​(org.apache.sshd.common.session.ConnectionService service)
        Specified by:
        createServer in interface org.apache.sshd.agent.SshAgentFactory
      • createClient

        org.apache.sshd.agent.SshAgent createClient​(org.apache.sshd.common.session.Session session,
                                                    org.apache.sshd.common.FactoryManager manager)
        Specified by:
        createClient in interface org.apache.sshd.agent.SshAgentFactory