2011-03-24 14:38:50 +03:00
|
|
|
_ _ _ _
|
|
|
|
(_) (_) (_) (_)
|
|
|
|
(_) _ (_) _ _ _ _ _ (_) _
|
|
|
|
(_) (_) (_)(_) _ (_)(_) (_)(_) (_)(_) _
|
|
|
|
(_) (_) (_) (_) _ (_) _ (_) (_) (_)
|
|
|
|
(_) (_) (_)(_)(_) (_)(_) (_)(_) (_) (_).org
|
|
|
|
|
|
|
|
The SSH library
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2009-09-22 18:51:28 +04:00
|
|
|
|
2005-07-05 05:21:44 +04:00
|
|
|
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.
|
2009-09-22 18:51:28 +04:00
|
|
|
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.
|
2005-07-05 05:21:44 +04:00
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2009-09-22 18:51:28 +04:00
|
|
|
If you ask yourself how to compile libssh, please read INSTALL before anything.
|
2005-07-05 05:21:44 +04:00
|
|
|
|
2009-09-22 18:51:28 +04:00
|
|
|
3* Where ?
|
2005-07-05 05:21:44 +04:00
|
|
|
-_-_-_-_-_-_
|
|
|
|
|
2019-11-01 18:01:33 +03:00
|
|
|
https://www.libssh.org
|
2009-10-14 00:23:06 +04:00
|
|
|
|
2016-05-02 10:19:17 +03:00
|
|
|
4* Contributing
|
2009-10-14 00:23:06 +04:00
|
|
|
-_-_-_-_-_-_-_-_-_
|
|
|
|
|
2020-09-25 12:13:51 +03:00
|
|
|
Please read the file 'CONTRIBUTING.md' next to this README file. It explains
|
2016-05-02 10:19:17 +03:00
|
|
|
our copyright policy and how you should send patches for upstream inclusion.
|
2012-10-12 20:16:16 +04:00
|
|
|
|
|
|
|
Have fun and happy libssh hacking!
|
|
|
|
|
|
|
|
The libssh Team
|