mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-09-02 17:21:15 +03:00
Fix README file which is really obsolete
This commit is contained in:
27
README
27
README
@@ -1,14 +1,15 @@
|
|||||||
The libSSH and its client
|
libssh: the SSH library
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
-Aris Adamantiadis
|
|
||||||
|
|
||||||
1* Why ?
|
1* Why ?
|
||||||
-_-_-_-_-_
|
-_-_-_-_-_
|
||||||
|
|
||||||
Why not ? :) I've began to work on my own implementation of the ssh protocol
|
Why not ? :) I've began to work on my own implementation of the ssh protocol
|
||||||
because i didn't like the currently public ones.
|
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
|
Not any allowed you to import and use the functions as a powerful library,
|
||||||
worked on a library-based SSH implementation.
|
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 ?
|
2* How/Who ?
|
||||||
@@ -16,24 +17,12 @@ worked on a library-based SSH implementation.
|
|||||||
|
|
||||||
If you downloaded this file, you must know what it is : a library for
|
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.
|
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
|
Everybody can use this software under the terms of the LGPL - see the COPYING
|
||||||
file
|
file
|
||||||
|
|
||||||
3* What ?
|
If you ask yourself how to compile libssh, please read INSTALL before anything.
|
||||||
-_-_-_-_-_
|
|
||||||
|
|
||||||
The SSH library features :
|
3* Where ?
|
||||||
-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://www.libssh.org
|
http://www.libssh.org
|
||||||
|
Reference in New Issue
Block a user