From 915b3a0255f78a5907d40c07bd197da966596040 Mon Sep 17 00:00:00 2001 From: Alexander Bergmann Date: Sun, 29 Nov 2015 09:33:24 +0000 Subject: Remove libssh and msgpack package forks and use system libraries. --- libssh/doc/introduction.dox | 49 --------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 libssh/doc/introduction.dox (limited to 'libssh/doc/introduction.dox') diff --git a/libssh/doc/introduction.dox b/libssh/doc/introduction.dox deleted file mode 100644 index cd786497..00000000 --- a/libssh/doc/introduction.dox +++ /dev/null @@ -1,49 +0,0 @@ -/** -@page libssh_tutorial The Tutorial -@section introduction Introduction - -libssh is a C library that enables you to write a program that uses the -SSH protocol. With it, you can remotely execute programs, transfer -files, or use a secure and transparent tunnel for your remote programs. -The SSH protocol is encrypted, ensures data integrity, and provides strong -means of authenticating both the server of the client. The library hides -a lot of technical details from the SSH protocol, but this does not -mean that you should not try to know about and understand these details. - -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 or libcrypto, -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. - -This tutorial describes libssh version 0.5.0. This version is a little different -from the 0.4.X series. However, the examples should work with -little changes on versions like 0.4.2 and later. - - -Table of contents: - -@subpage libssh_tutor_guided_tour - -@subpage libssh_tutor_authentication - -@subpage libssh_tutor_shell - -@subpage libssh_tutor_command - -@subpage libssh_tutor_sftp - -@subpage libssh_tutor_scp - -@subpage libssh_tutor_forwarding - -@subpage libssh_tutor_threads - -@subpage libssh_tutor_todo - -*/ -- cgit v1.2.3