The SSH library (LGPL license) https://www.libssh.org
Go to file
Aris Adamantiadis da3d665a13 begin fixing the ssh_say everywhere
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@167 7dcaeef0-15fb-0310-b436-a5af3365683c
2008-06-12 20:40:43 +00:00
debian * BumpStandards-Version to 3.7.3 (no further changes) 2008-04-17 15:18:47 +00:00
doc moved ssh drafts elsewhere (for packaging reasons) 2006-12-10 23:13:29 +00:00
include big changes : 2008-06-12 20:14:17 +00:00
libssh begin fixing the ssh_say everywhere 2008-06-12 20:40:43 +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
ChangeLog * Add autogen.sh to generate autotools files 2007-07-27 03:54:32 +00:00
config.h.win32-openssl some changes so it compiles better under windows 2008-05-22 12:42:09 +00:00
configure.ac changed version number to 0.2.1-svn 2008-03-07 02:26:24 +00:00
COPYING first import 2005-07-05 01:21:44 +00:00
Doxyfile big changes : 2008-06-12 20:14:17 +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 Doxygen changes 2008-05-12 21:51:13 +00:00
Makefile.Windows some changes so it compiles better under windows 2008-05-22 12:42:09 +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 fixed null pointer into options and ssh_set_error() 2008-03-04 04:25:48 +00:00
samplesshd.c last win32 changes from keisial 2008-03-12 19:42:40 +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