Home | History | Annotate | Download | only in ganymed-ssh2
      1 <body>
      2 Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java.
      3 It allows one to connect to SSH servers from within Java programs. It supports SSH sessions
      4 (remote command execution and shell access),
      5 local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP.
      6 There are no dependencies on any JCE provider, as all crypto functionality is included.
      7 <p>
      8 Ganymed SSH2 for Java was first developed for the Ganymed replication project and a
      9 couple of other projects at the IKS group at ETH Zurich. 
     10 <p>
     11 Website: <a href="http://www.cleondris.ch/opensource/ssh2/">http://www.cleondris.ch/opensource/ssh2/</a>.
     12 <p>
     13 Please read the included LICENCE.txt, latest changes can be found in HISTORY.txt.
     14 </body>