rreval
Class SshWrangler
java.lang.Object
rreval.SshWrangler
public class SshWrangler
- extends java.lang.Object
Constructor Summary |
SshWrangler(java.lang.String hostName,
java.lang.String userName,
java.io.File pemFile,
int portLocal,
int portRemote)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSH_WAIT_TIME
public static long SSH_WAIT_TIME
SshWrangler
public SshWrangler(java.lang.String hostName,
java.lang.String userName,
java.io.File pemFile,
int portLocal,
int portRemote)
throws java.io.IOException,
utilssh.ConnectFailureException
- Throws:
java.io.IOException
utilssh.ConnectFailureException
startPortForwarding
public void startPortForwarding()
throws utilssh.ConnectFailureException,
java.io.IOException
- Throws:
utilssh.ConnectFailureException
java.io.IOException
setupScp
public void setupScp()
throws utilssh.ConnectFailureException,
java.io.IOException
- Throws:
utilssh.ConnectFailureException
java.io.IOException