Class AtlassianSshClientAndServerFactory

java.lang.Object
com.atlassian.bamboo.plugins.ssh.AtlassianSshClientAndServerFactory
All Implemented Interfaces:
SshClientAndServerFactory

public class AtlassianSshClientAndServerFactory extends Object implements SshClientAndServerFactory
  • Field Details

  • Constructor Details

    • AtlassianSshClientAndServerFactory

      public AtlassianSshClientAndServerFactory()
    • AtlassianSshClientAndServerFactory

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

    • 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