1
1
The SSH library (LGPL license) https://www.libssh.org
Перейти к файлу
2009-09-29 17:57:37 +02:00
build Added Solaris support for the build script. 2009-09-16 14:47:45 +02:00
cmake/Modules libcrypto.so is in /lib on opensolaris 2009-09-29 17:57:37 +02:00
doc Fix doxygen generation. 2009-03-21 09:11:13 +00:00
examples Shut up warning in libssh_scp 2009-09-23 11:43:06 +02:00
include Fix warnings on opensolaris 2009-09-29 17:57:37 +02:00
libssh Fix build with SSH1 2009-09-28 10:28:52 +02:00
tests Added a threading + sftp stress testcase 2009-07-24 22:52:10 +02:00
.gitignore Add a git ignore file. 2009-06-19 10:25:51 +02:00
AUTHORS updated changelog + authors 2009-05-18 18:39:26 +00:00
BSD added a file from openssh needed for known host parsing 2008-11-02 23:46:55 +00:00
ChangeLog Add missing changelog entries. 2009-07-14 11:10:22 +02:00
CMakeLists.txt Add an option to let users choose libgcrypt 2009-09-25 23:31:48 +02:00
config.h.cmake Fixed typo in config.h.cmake. 2009-09-24 13:22:43 +02:00
ConfigureChecks.cmake Fix typo. 2009-08-25 15:23:28 +02:00
COPYING legal paperwork to be 100% respectful of LGPL, about openssl's 2008-06-16 13:58:56 +00:00
CPackConfig.cmake Set package number to first beta release. 2009-09-15 23:07:24 +02:00
DefineOptions.cmake Add an option to let users choose libgcrypt 2009-09-25 23:31:48 +02:00
Doxyfile Undo the remove of the Doxyfiles. 2009-03-28 22:20:54 +00:00
Doxyfile.internal Undo the remove of the Doxyfiles. 2009-03-28 22:20:54 +00:00
INSTALL Improve the INSTALL file. 2009-05-07 08:32:50 +00:00
README Fix README file which is really obsolete 2009-09-22 16:51:28 +02:00
sample.c get rid of SSH_OPTIONS 2009-09-23 22:13:19 +02:00
samplesshd.c Get rid of SSH_MESSAGE 2009-09-23 22:19:11 +02:00

libssh: the SSH library
~~~~~~~~~~~~~~~~~~~~~~~


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 allowed you to import and use the functions as a powerful library, 
and so i worked on a library-based SSH implementation which was non-existing
in the free and open source software world.


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.
Everybody can use this software under the terms of the LGPL - see the COPYING
file

If you ask yourself how to compile libssh, please read INSTALL before anything.

3* Where ?
-_-_-_-_-_-_

http://www.libssh.org