com.norbl.util.ssh
Class SshMinimalShell

java.lang.Object
  extended by com.norbl.util.ssh.SshMinimalShell

public class SshMinimalShell
extends java.lang.Object


Field Summary
protected  ch.ethz.ssh2.Connection connection
           
static java.lang.String helpTT
           
protected  ch.ethz.ssh2.Session session
           
 
Constructor Summary
SshMinimalShell(ch.ethz.ssh2.Connection connection)
           
 
Method Summary
 void connect()
           
static void main(java.lang.String[] argv)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

protected ch.ethz.ssh2.Connection connection

session

protected ch.ethz.ssh2.Session session

helpTT

public static java.lang.String helpTT
Constructor Detail

SshMinimalShell

public SshMinimalShell(ch.ethz.ssh2.Connection connection)
Method Detail

connect

public void connect()
             throws java.lang.Exception
Throws:
java.lang.Exception

shutdown

public void shutdown()

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Throws:
java.lang.Exception