aboutsummaryrefslogtreecommitdiff
path: root/overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'overview.html')
-rw-r--r--overview.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/overview.html b/overview.html
new file mode 100644
index 0000000..b099a87
--- /dev/null
+++ b/overview.html
@@ -0,0 +1,14 @@
+<body>
+Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java.
+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.
+<p>
+Ganymed SSH2 for Java was first developed for the Ganymed replication project and a
+couple of other projects at the IKS group at ETH Zurich.
+<p>
+Website: <a href="http://www.cleondris.ch/opensource/ssh2/">http://www.cleondris.ch/opensource/ssh2/</a>.
+<p>
+Please read the included LICENCE.txt, latest changes can be found in HISTORY.txt.
+</body> \ No newline at end of file