1
1
The SSH library (LGPL license) https://www.libssh.org
Перейти к файлу
Wez Furlong 51a53cc6d4 add support for identityagent ssh_config option
This commit adds an `agent_socket` field to the session options
and connects the config parser to that option.

`SSH_OPTIONS_IDENTITY_AGENT` is added to allow applications to
set this option for themselves.

agent.c is updated to take the `agent_socket` value in preference
to the `SSH_AUTH_SOCK` environment variable.

Signed-off-by: Wez Furlong <wez@fb.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2022-06-22 13:56:14 +02:00
cmake cmake: Fix Ninja multiple rules error 2021-03-25 16:39:36 +01:00
doc Remove remaining mentions of SSH-v1 protocol 2022-06-09 09:08:02 +02:00
examples Remove bogus semicolons 2022-06-09 09:08:02 +02:00
include add support for identityagent ssh_config option 2022-06-22 13:56:14 +02:00
src add support for identityagent ssh_config option 2022-06-22 13:56:14 +02:00
tests benchmark: Add explicit extension 2022-06-20 12:00:03 +02:00
.arcconfig arcconfig: Add missing comma 2017-08-21 09:12:36 +02:00
.editorconfig Fix editorconfig 2022-05-23 10:14:18 +02:00
.gitignore cpack: Do not package .cache directory used by clangd 2021-08-26 14:58:38 +02:00
.gitlab-ci.yml gitlab-ci: Remove 'allow_failure' for visualstudio 2022-06-22 12:28:28 +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 ChangeLog: Fix typo; “wierdness” → “weirdness” 2020-09-29 13:05:34 +02:00
CMakeLists.txt CYGWIN provides an implemention of libargp as a separate package: 2022-06-20 09:15:37 +02:00
CompilerChecks.cmake Don't set "-fstack-clash-protection" option on Windows 2022-06-08 09:06:42 +02:00
config.h.cmake Cleanup AES compatibility code 2021-01-11 10:45:22 +01:00
ConfigureChecks.cmake libmbedcrypto: Fix chacha20-poly1305 2021-01-12 12:54:18 +01:00
CONTRIBUTING.md trivial fix: Fixes some spelling errors 2022-04-19 15:55:49 +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 ConfigureChecks.cmake: Disable HAVE_DSA by default (when mbedTLS is not enabled) 2020-09-02 14:35:43 +02:00
INSTALL Bump minimum version requirement for OpenSSL 2020-12-22 09:15:38 +01:00
libssh.pc.cmake cmake: Use GNUInstallDirs for installation 2019-07-04 16:08:34 +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