Class SshConnectionManager

java.lang.Object
org.qubership.atp.environments.utils.jsch.SshConnectionManager
All Implemented Interfaces:
Closeable, AutoCloseable

public class SshConnectionManager extends Object implements Closeable, AutoCloseable
  • Constructor Details

    • SshConnectionManager

      public SshConnectionManager(String host, int port, String login, String password, String key, String passphrase)
      SSH connection constructor.
  • Method Details