Class SshConnector
java.lang.Object
com.oracle.cloud.baremetal.jenkins.ssh.SshConnector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.trilead.ssh2.ConnectionInfostatic com.trilead.ssh2.ConnectioncreateConnection(String host, int port)
-
Constructor Details
-
SshConnector
public SshConnector()
-
-
Method Details
-
createConnection
public static com.trilead.ssh2.Connection createConnection(String host, int port) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
connect
public static com.trilead.ssh2.ConnectionInfo connect(com.trilead.ssh2.Connection conn, int timeoutMillis, String verificationStrategy) throws IOException - Throws:
IOException
-