aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..714460f
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,24 @@
+
+Ganymed SSH-2 for Java - build 251 beta1
+========================================
+
+http://www.cleondris.ch/opensource/ssh2/
+
+Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java
+(tested on J2SE 1.4.2, 5 and 6). It allows one to connect to SSH servers from within
+Java programs. It supports SSH sessions (remote command execution and shell access),
+local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP.
+There are no dependencies on any JCE provider, as all crypto functionality is included.
+
+Ganymed SSH-2 for Java was originally developed for the Ganymed replication project
+and a couple of other projects at the IKS group at ETH Zurich (Switzerland).
+
+This distribution contains the source code, examples, javadoc and the FAQ.
+It also includes a pre-compiled jar version of the library which is ready to use.
+
+- Please read the included LICENCE.txt
+- Latest changes can be found in HISTORY.txt
+
+The latest version of the FAQ is available on the website.
+
+Zurich, August 2010