1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-28 01:41:48 +03:00

doc: Improved the tutorial.

This commit is contained in:
Éric Bischoff
2010-08-27 11:11:08 +02:00
committed by Andreas Schneider
parent 11a5383604
commit ba9f5b7d95
4 changed files with 350 additions and 7 deletions

View File

@ -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
*/