rreval
Class SshWrangler
java.lang.Object
   rreval.SshWrangler
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,
                   com.norbl.util.ssh.ConnectFailureException
- Throws:
- java.io.IOException
- com.norbl.util.ssh.ConnectFailureException
startPortForwarding
public void startPortForwarding()
                         throws com.norbl.util.ssh.ConnectFailureException,
                                java.io.IOException
- 
- Throws:
- com.norbl.util.ssh.ConnectFailureException
- java.io.IOException
 
setupScp
public void setupScp()
              throws com.norbl.util.ssh.ConnectFailureException,
                     java.io.IOException
- 
- Throws:
- com.norbl.util.ssh.ConnectFailureException
- java.io.IOException