aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.dox
diff options
context:
space:
mode:
authorÉric Bischoff <eric@bureau-cornavin.com>2010-08-27 11:11:08 +0200
committerAndreas Schneider <asn@cynapses.org>2010-08-27 11:11:08 +0200
commitba9f5b7d95b072cc2c3208e49704a51c78ac4c2c (patch)
tree2303ab7584411c708aac3d83c03ab95be676bfe2 /doc/introduction.dox
parent11a5383604c66a4553a202184d78df2328450521 (diff)
downloadlibssh-ba9f5b7d95b072cc2c3208e49704a51c78ac4c2c.tar.gz
libssh-ba9f5b7d95b072cc2c3208e49704a51c78ac4c2c.tar.xz
libssh-ba9f5b7d95b072cc2c3208e49704a51c78ac4c2c.zip
doc: Improved the tutorial.
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 53878248..9026a9d1 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
*/