• Home
Name Date Size #Lines LOC

..--

examples/03-May-2024-1,536897

src/main/java/ch/ethz/ssh2/03-May-2024-20,44912,536

Android.mkD03-May-2024832 307

FAQ.htmlD03-May-202417.6 KiB404328

HISTORY.txtD03-May-202416.3 KiB362226

LICENSE.txtD03-May-20244.5 KiB8870

MODULE_LICENSE_BSDD03-May-20240

README.txtD03-May-20241 KiB2516

overview.htmlD03-May-2024768 1414

pom.xmlD03-May-20245.5 KiB139138

README.txt

1
2Ganymed SSH-2 for Java - build 251 beta1
3========================================
4
5http://www.cleondris.ch/opensource/ssh2/
6
7Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java
8(tested on J2SE 1.4.2, 5 and 6). It allows one to connect to SSH servers from within
9Java programs. It supports SSH sessions (remote command execution and shell access),
10local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP.
11There are no dependencies on any JCE provider, as all crypto functionality is included.
12
13Ganymed SSH-2 for Java was originally developed for the Ganymed replication project
14and a couple of other projects at the IKS group at ETH Zurich (Switzerland).
15
16This distribution contains the source code, examples, javadoc and the FAQ.
17It also includes a pre-compiled jar version of the library which is ready to use.
18
19- Please read the included LICENCE.txt
20- Latest changes can be found in HISTORY.txt
21
22The latest version of the FAQ is available on the website.
23
24Zurich, August 2010
25