https://github.com/rroohhh/libssh
my fork of libssh
https://github.com/rroohhh/libssh
Last synced: 2 months ago
JSON representation
my fork of libssh
- Host: GitHub
- URL: https://github.com/rroohhh/libssh
- Owner: rroohhh
- License: other
- Created: 2016-10-07T20:56:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T16:25:10.000Z (about 8 years ago)
- Last Synced: 2025-01-22T19:37:12.720Z (4 months ago)
- Language: C
- Size: 3.81 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
_ _ _ _
(_) (_) (_) (_)
(_) _ (_) _ _ _ _ _ (_) _
(_) (_) (_)(_) _ (_)(_) (_)(_) (_)(_) _
(_) (_) (_) (_) _ (_) _ (_) (_) (_)
(_) (_) (_)(_)(_) (_)(_) (_)(_) (_) (_).orgThe 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
fileIf you ask yourself how to compile libssh, please read INSTALL before anything.
3* Where ?
-_-_-_-_-_-_http://www.libssh.org
4* Contributing
-_-_-_-_-_-_-_-_-_Please read the file 'SubmittingPatches' next to this README file. It explains
our copyright policy and how you should send patches for upstream inclusion.Have fun and happy libssh hacking!
The libssh Team