66 releases

Uses old Rust 2015

0.3.0 Jan 21, 2023
0.2.23 Oct 10, 2021
0.2.21 Feb 1, 2021
0.2.20 Nov 22, 2020
0.0.1 Nov 11, 2014

#210 in Concurrency

Download history 86045/week @ 2023-06-11 95173/week @ 2023-06-18 98219/week @ 2023-06-25 95210/week @ 2023-07-02 95293/week @ 2023-07-09 94450/week @ 2023-07-16 91542/week @ 2023-07-23 92394/week @ 2023-07-30 89732/week @ 2023-08-06 85211/week @ 2023-08-13 91534/week @ 2023-08-20 93846/week @ 2023-08-27 78187/week @ 2023-09-03 77409/week @ 2023-09-10 80190/week @ 2023-09-17 74484/week @ 2023-09-24

316,039 downloads per month
Used in 108 crates (4 directly)

MIT/Apache

1.5MB
38K SLoC

C 36K SLoC // 0.1% comments Rust 1K SLoC // 0.0% comments Perl 676 SLoC // 0.1% comments Shell 486 SLoC // 0.2% comments Automake 445 SLoC // 0.1% comments C++ 119 SLoC // 0.1% comments Emacs Lisp 33 SLoC // 0.3% comments PowerShell 12 SLoC // 0.3% comments Batch 7 SLoC

ssh2-rs

Build Status Build Status Build Status

Documentation

Rust bindings to libssh2, an ssh client library.

Usage

# Cargo.toml
[dependencies]
ssh2 = "0.9"

Building on OSX 10.10+

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

License

This project is licensed under either of

at your option.

Contribution

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.

Dependencies

~4MB
~70K SLoC