Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ssh2 Rs | 411 | 56 | 55 | 5 days ago | 47 | October 10, 2021 | 33 | apache-2.0 | Rust | |
Rust bindings for libssh2 | ||||||||||
Libssh2 Ruby | 47 | 2 years ago | mit | Ruby | ||||||
libssh2 bindings for Ruby | ||||||||||
Pecl Networking Ssh2 | 46 | 2 months ago | 6 | other | C | |||||
Bindings for the libssh2 library | ||||||||||
Ssh2.cr | 39 | 4 years ago | 12 | mit | Crystal | |||||
libssh2 binding for Crystal language | ||||||||||
Pylibssh2 | 38 | 6 years ago | 14 | lgpl-2.1 | C | |||||
python bindings for libssh2 library | ||||||||||
Ssh2.cr | 36 | a month ago | 6 | mit | Crystal | |||||
libssh2 binding for Crystal language | ||||||||||
Ssh Python | 28 | 10 months ago | 2 | lgpl-2.1 | C | |||||
Python bindings for libssh C library. | ||||||||||
Sublimesimplesync | 24 | 3 years ago | 2 | mit | Python | |||||
Simple ST2/ST3 plugin for SSH and local syncing. Based on https://github.com/tnhu/SimpleSync | ||||||||||
Node Ssh Agent | 22 | 47 | 9 | 8 years ago | 6 | July 30, 2015 | 1 | mit | JavaScript | |
Node.js client library for interacting with the OpenSSH Agent | ||||||||||
Libssh.rb | 12 | 12 years ago | Ruby | |||||||
Ruby bindings for libssh. |
Rust bindings to libssh2, an ssh client library.
# Cargo.toml
[dependencies]
ssh2 = "0.9"
This library depends on OpenSSL. To get OpenSSL working follow the
openssl
crate's instructions.
Starting with version 0.4
of ssh2
, you can enable the vendored-openssl
feature
to have libssh2
built against a statically built version of openssl as described
here
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.