de.mud.ssh
Class SshWrapperExample

java.lang.Object
  |
  +--de.mud.ssh.SshWrapperExample

public class SshWrapperExample
extends java.lang.Object

This is an example for using the SshWrapper class. Note that the password here is in plaintext, so do not make this .class file available with your password inside it.

Maintainer:Marcus Meissner

Version:
$Id: SshWrapperExample.java,v 1.2 2002/10/26 07:15:59 leo Exp $
Author:
Matthias L. Jugel, Marcus Meißner

Constructor Summary
SshWrapperExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshWrapperExample

public SshWrapperExample()
Method Detail

main

public static void main(java.lang.String[] args)