diff options
| author | Scott Fan <fancp2007@gmail.com> | 2015-08-31 00:05:10 +0800 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-08-30 23:38:32 +0200 |
| commit | aa016797444017d4379a139e39697e38ed2e2357 (patch) | |
| tree | 2d923d2380aa8b185e5ba3f7273cd72aee1ef144 /package/libssh/Config.in | |
| parent | a754bb8758ab9b5c314adda687014da9ddf17287 (diff) | |
| download | buildroot-aa016797444017d4379a139e39697e38ed2e2357.tar.gz buildroot-aa016797444017d4379a139e39697e38ed2e2357.zip | |
libssh: new package
libssh2 and libssh both implement SSH and provide a library API for apps.
Both support SSH, SFTP, auth, channels etc. Both are 25K-30K lines of code.
[libssh2 vs libssh - A comparison]
http://www.libssh2.org/libssh2-vs-libssh.html
[Peter: add sha256 hash, fix typo in help text]
Signed-off-by: Scott Fan <fancp2007@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libssh/Config.in')
| -rw-r--r-- | package/libssh/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libssh/Config.in b/package/libssh/Config.in new file mode 100644 index 0000000000..080ad18e70 --- /dev/null +++ b/package/libssh/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LIBSSH + bool "libssh" + # Either OpenSSL or libgcrypt are mandatory + select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL + help + libssh is a multiplatform C library implementing the SSHv2 + and SSHv1 protocol on client and server side. With libssh, + you can remotely execute programs, transfer files, use a + secure and transparent tunnel for your remote applications. + + http://www.libssh.org/ |

