1
1
The SSH library (LGPL license) https://www.libssh.org
Перейти к файлу
Andreas Schneider 6c51183f0e Wait for the exit status before returning.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@712 7dcaeef0-15fb-0310-b436-a5af3365683c
2009-05-04 22:26:49 +00:00
build Build with SSH1 and server by default. 2009-04-18 12:07:31 +00:00
cmake/Modules Fix win32 builds. 2009-03-25 16:17:11 +00:00
debian Use my debian.org address in Uploaders and takeover the package 2009-03-18 16:24:23 +00:00
doc Fix doxygen generation. 2009-03-21 09:11:13 +00:00
include Improve channel_poll() and add a SSH_EOF return value. 2009-05-04 10:17:10 +00:00
libssh Wait for the exit status before returning. 2009-05-04 22:26:49 +00:00
tests preliminary test suite 2008-03-17 02:31:22 +00:00
AUTHORS Add myself to the authors file. 2009-03-28 21:48:04 +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 Add option to build with or without sftp support. 2009-04-27 10:58:29 +00:00
config.h.cmake Add option to build with or without sftp support. 2009-04-27 10:58:29 +00:00
ConfigureChecks.cmake Don't set options again. 2009-04-27 11:00:32 +00:00
COPYING legal paperwork to be 100% respectful of LGPL, about openssl's 2008-06-16 13:58:56 +00:00
CPackConfig.cmake Fix NSIS installer creation. 2009-03-10 13:51:26 +00:00
DefineOptions.cmake Add option to build with or without sftp support. 2009-04-27 10:58:29 +00: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 Update INSTALL file. 2009-03-28 22:06:36 +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 Implement channel_read() as a POSIX like function. 2009-05-04 10:06:49 +00:00
samplesshd.c Implement channel_read() as a POSIX like function. 2009-05-04 10:06:49 +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