1
1
The SSH library (LGPL license) https://www.libssh.org
Перейти к файлу
Ahsen Kamal e2b89dec9d rename discon_msg to peer_discon_msg
Signed-off-by: Ahsen Kamal <itsahsenkamal@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2023-03-06 19:02:03 +01:00
cmake cmake: Check for Argp also on Linux to fix alpine build 2023-01-09 22:40:10 +01:00
doc Add support for PKCS#11 provider in OpenSSL 3.0 2023-03-01 11:35:28 +01:00
examples Remove support for DSA Keys 2023-02-02 14:49:06 +01:00
include rename discon_msg to peer_discon_msg 2023-03-06 19:02:03 +01:00
src rename discon_msg to peer_discon_msg 2023-03-06 19:02:03 +01:00
tests Add support for PKCS#11 provider in OpenSSL 3.0 2023-03-01 11:35:28 +01:00
.arcconfig arcconfig: Add missing comma 2017-08-21 09:12:36 +02:00
.clang-format Try to describe our coding style using clang-format 2022-07-19 16:06:43 +02:00
.editorconfig Fix editorconfig 2022-05-23 10:14:18 +02:00
.gitignore Try to describe our coding style using clang-format 2022-07-19 16:06:43 +02:00
.gitlab-ci.yml gitlab-ci: Use CentOS9 for Coverity builds 2023-03-01 14:40:05 +01:00
.gitleaks.toml Add gitleaks configuration file to avoid false positives 2022-08-08 10:14:53 +02: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 Fix various spelling issues reported by codespell 2022-10-12 13:50:38 +02:00
CMakeLists.txt Add support for PKCS#11 provider in OpenSSL 3.0 2023-03-01 11:35:28 +01:00
CompilerChecks.cmake cmake: Add compiler warnings for Modern C (C99) 2023-02-09 10:42:21 +01:00
config.h.cmake Add support for PKCS#11 provider in OpenSSL 3.0 2023-03-01 11:35:28 +01:00
ConfigureChecks.cmake Add support for PKCS#11 provider in OpenSSL 3.0 2023-03-01 11:35:28 +01:00
CONTRIBUTING.md Fix various spelling issues reported by codespell 2022-10-12 13:50:38 +02:00
COPYING COPYING: Reformat the last paragraph 2018-11-17 20:11:51 +01:00
CPackConfig.cmake cpack: Do not package .cache directory used by clangd 2021-08-26 14:58:38 +02:00
CTestConfig.cmake cmake: Drop reports via https only. 2015-02-20 15:47:22 +01:00
DefineOptions.cmake Add support for PKCS#11 provider in OpenSSL 3.0 2023-03-01 11:35:28 +01:00
INSTALL replace chroot() from chroot_wrapper internal library with chroot() from priv_wrapper package 2022-11-29 14:12:23 +01:00
libssh.pc.cmake cmake: Fix pkgconfig path relocation in mingw 2022-09-22 12:38:12 +02:00
README README: Mention CONTRIBUTING not SubmittingPatches 2020-09-29 13:05:34 +02:00
README.mbedtls pki: Add mbedTLS ECDSA key comparison support 2018-03-07 15:44:05 +01:00
README.md README: Mention CONTRIBUTING not SubmittingPatches 2020-09-29 13:05:34 +02:00

pipeline status Fuzzing Status

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

 The SSH library

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.

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.

Where ?

https://www.libssh.org

Contributing

Please read the file 'CONTRIBUTING.md' 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