summaryrefslogtreecommitdiffstats
path: root/doc/introduction.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/introduction.dox')
-rw-r--r--doc/introduction.dox6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/introduction.dox b/doc/introduction.dox
index 5387824..9026a9d 100644
--- a/doc/introduction.dox
+++ b/doc/introduction.dox
@@ -14,6 +14,10 @@ libssh is a Free Software / Open Source project. The libssh library
is distributed under LGPL license. The libssh project has nothing to do with
"libssh2", which is a completly different and independant project.
+libssh can run on top of either libgcrypt (http://directory.fsf.org/project/libgcrypt/)
+or libcrypto (http://www.openssl.org/docs/crypto/crypto.html), two general-purpose
+cryptographic libraries.
+
This tutorial concentrates for its main part on the "client" side of libssh.
To learn how to accept incoming SSH connexions (how to write a SSH server),
you'll have to jump to the end of this document.
@@ -35,6 +39,8 @@ Table of contents:
@subpage sftp
+@subpage scp
+
@subpage tbd
*/