Class SshClientFactory

java.lang.Object
com.chutneytesting.action.ssh.SshClientFactory

public class SshClientFactory extends Object
  • Field Details

    • DEFAULT_TIMEOUT

      public static String DEFAULT_TIMEOUT
  • Constructor Details

    • SshClientFactory

      public SshClientFactory()
  • Method Details

    • buildSSHClientSession

      public static org.apache.sshd.client.session.ClientSession buildSSHClientSession(Target target, long timeout) throws IOException
      Throws:
      IOException