1
1
The SSH library (LGPL license) https://www.libssh.org
Перейти к файлу
Andreas Schneider 461d9413d3 Fix build warnings.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@249 7dcaeef0-15fb-0310-b436-a5af3365683c
2009-03-08 14:05:10 +00:00
build Make the build_make shell script executable. 2009-02-02 14:50:44 +00:00
cmake/Modules Find zlib of cross mingw. 2009-03-08 12:10:07 +00:00
debian * BumpStandards-Version to 3.7.3 (no further changes) 2008-04-17 15:18:47 +00:00
doc Update doxygen config file for user documentation. 2009-02-03 12:27:47 +00:00
include Fix crypto/gcrypt detection and prepare for cross compilation. 2009-03-08 12:11:10 +00:00
libssh Fix build warnings. 2009-03-08 14:05:10 +00:00
tests preliminary test suite 2008-03-17 02:31:22 +00:00
AUTHORS -rc release 2006-12-15 12:02:05 +00:00
autogen.sh Better automake files 2007-07-31 17:54:25 +00:00
BSD added a file from openssh needed for known host parsing 2008-11-02 23:46:55 +00:00
ChangeLog * Add autogen.sh to generate autotools files 2007-07-27 03:54:32 +00:00
CMakeLists.txt Fix crypto/gcrypt detection and prepare for cross compilation. 2009-03-08 12:11:10 +00:00
config.h.cmake Add Makefiles for the CMake build system. 2009-02-02 14:44:46 +00:00
config.h.win32-openssl Change version numbers to 0.3. 2008-12-22 13:44:55 +00:00
configure.ac Change version numbers to 0.3. 2008-12-22 13:44:55 +00:00
ConfigureChecks.cmake Set needed functions on Windows to true for now. 2009-03-08 13:32:28 +00:00
COPYING legal paperwork to be 100% respectful of LGPL, about openssl's 2008-06-16 13:58:56 +00:00
CPackConfig.cmake Add Makefiles for the CMake build system. 2009-02-02 14:44:46 +00:00
DefineOptions.cmake Add Makefiles for the CMake build system. 2009-02-02 14:44:46 +00:00
Doxyfile Change version numbers to 0.3. 2008-12-22 13:44:55 +00:00
Doxyfile.internal Change version numbers to 0.3. 2008-12-22 13:44:55 +00:00
INSTALL * Add autogen.sh to generate autotools files 2007-07-27 03:54:32 +00:00
lib.bat some changes so it compiles better under windows 2008-05-22 12:42:09 +00:00
libssh.dev dev-cpp project file 2008-05-27 13:18:01 +00:00
Makefile.am More doxygen documentation (internal set) 2008-11-05 16:42:43 +00:00
Makefile.Windows added log.c 2008-06-17 13:26:55 +00:00
NEWS * Add autogen.sh to generate autotools files 2007-07-27 03:54:32 +00:00
README first import 2005-07-05 01:21:44 +00:00
sample.c Fix build warnings in client sample. 2009-02-06 09:58:44 +00:00
samplesshd.c Fix build warnings in server sample. 2009-02-06 09:59:54 +00:00

The libSSH and its client
~~~~~~~~~~~~~~~~~~~~~~~~~
   -Aris Adamantiadis

1* Why ?
-_-_-_-_-_

Why not ? :) I've began to work on my own implementation of the ssh protocol
because i didn't like the currently public ones.
Not any allow you to import and use the functions as a library, and so i
worked on a library-based SSH implementation.


2* How/Who ?
-_-_-_-_-_-_-_

If you downloaded this file, you must know what it is : a library for
accessing ssh client services through C libraries calls in a simple manner.
The client is there as a programming example and isn't at all doing its job
correctly (doesn't verify public key hashes with the ones in ~/.ssh/ 
and doesn't handle TERM - yet)
Everybody can use this software under the terms of the LGPL - see the COPYING
file

3* What ?
-_-_-_-_-_

The SSH library features :
-Full C library functions for manipulating a client-side SSH connection
-Fully configurable sessions
-Support for AES-128,AES-192,AES-256,blowfish, in cbc mode
-use multiple SSH connections in a same process, at same time.
-usable SFTP implementation
-Public key and password authentication

4* Where ?
-_-_-_-_-_-_

http://0xbadc0de.be/?part=libssh