1
1
The SSH library (LGPL license) https://www.libssh.org
Перейти к файлу
Ken Reister c3ce3d5cc3 client: Receive the banner correctly
Comply with RFC 4253 compliance section 4.2.

Allow data other than "SSH-" to be sent across prior to the actual
version striong.

Signed-off-by: Ken Reister <reister.kenneth@CIMCOR.COM>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2016-05-03 09:41:26 +02:00
cmake/Modules cmake: Try to fix FindArgp module 2016-03-17 10:42:52 +01:00
doc Doc: we don't support publickey v2 subsystem 2016-05-02 14:45:47 +02:00
examples sample: Migrate client to connector API 2016-05-02 16:59:18 +02:00
include connector: Implement ssh_connector_except() 2016-05-02 16:58:47 +02:00
obj Rename build directory to obj. 2014-01-16 08:53:32 +01:00
src client: Receive the banner correctly 2016-05-03 09:41:26 +02:00
tests tests: Add test for ssh_callbacks_iterate() 2016-05-02 16:56:50 +02:00
.clang_complete clang_complete: Update definitons. 2013-08-13 12:09:59 +02:00
.gitignore Ignore all build and obj* directories 2015-10-28 09:28:33 +01:00
AUTHORS src: Update my mail address. 2014-01-07 16:08:23 +01:00
BSD added a file from openssh needed for known host parsing 2008-11-02 23:46:55 +00:00
ChangeLog Update ChangeLog 2015-05-06 11:00:43 +02:00
CMakeLists.txt cmake: detect argp.h on osx 2016-03-14 22:27:06 +01:00
config.h.cmake crypto: old-fashioned aes_ctr when evp_aes_ctr is missing 2015-09-25 11:51:45 +02:00
ConfigureChecks.cmake cmake: Try to fix FindArgp module 2016-03-17 10:42:52 +01:00
COPYING legal paperwork to be 100% respectful of LGPL, about openssl's 2008-06-16 13:58:56 +00:00
CPackConfig.cmake Ignore all build and obj* directories 2015-10-28 09:28:33 +01:00
CTestConfig.cmake cmake: Drop reports via https only. 2015-02-20 15:47:22 +01:00
DefineOptions.cmake Compile libssh with nacl if possible 2013-11-03 13:18:26 +01:00
INSTALL INSTALL: Fix source directory. 2013-08-05 18:27:23 +02:00
libssh_threads.pc.cmake build: Fix libssh_threads pkg-config. 2011-06-15 18:26:51 +02:00
libssh-build-tree-settings.cmake.in cmake: Fix config include dir variable name. 2013-02-13 15:30:23 +01:00
libssh-config-version.cmake.in cmake: Add cmake config files for new find_package() mode. 2013-02-12 13:32:34 +01:00
libssh-config.cmake.in cmake: Fix libssh cmake-config files. 2014-05-22 14:52:52 +02:00
libssh.pc.cmake Add pkg-config file libssh.pc 2009-12-30 19:05:48 +01:00
README Update the README 2016-05-02 11:55:39 +02:00
README.CodingStyle Update README.CodingStyle 2015-01-20 12:08:51 +01:00
SubmittingPatches Fix typo. 2012-03-09 18:14:13 +01:00

  _   _   _                          _
 (_) (_) (_)                        (_)
 (_)  _  (_) _         _  _   _  _  (_) _
 (_) (_) (_)(_) _     (_)(_) (_)(_) (_)(_) _
 (_) (_) (_)   (_)  _ (_)  _ (_)    (_)   (_)
 (_) (_) (_)(_)(_) (_)(_) (_)(_)    (_)   (_).org

 The 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
file

If 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