Class AtlassianSshClientAndServerFactory

    • Constructor Detail

      • AtlassianSshClientAndServerFactory

        public AtlassianSshClientAndServerFactory()
      • AtlassianSshClientAndServerFactory

        public AtlassianSshClientAndServerFactory​(long authTimeout,
                                                  TimeUnit authTimeoutUnit,
                                                  long idleTimeout,
                                                  TimeUnit idleTimeoutUnit)
    • Method Detail

      • createSshClient

        public org.apache.sshd.client.SshClient createSshClient()
        clone of SshClient.setUpDefaultClient() with Atlassian crypto factory
        Specified by:
        createSshClient in interface SshClientAndServerFactory
      • createSshServer

        public org.apache.sshd.server.SshServer createSshServer()
        clone of SshServer.setUpDefaultServer() with Atlassian crypto factory
        Specified by:
        createSshServer in interface SshClientAndServerFactory