3 releases
| 0.1.2-beta | Dec 11, 2020 |
|---|---|
| 0.1.1-beta | May 11, 2020 |
| 0.1.0-beta | May 10, 2020 |
#147 in #ssh
27 downloads per month
36KB
774 lines
async-ssh2-rs (deprecated)
PLEASE USE https://crates.io/crates/async-ssh2-lite INSTEAD.
Async wrapper over ssh2-rs.
Usage
# Cargo.toml
[dependencies]
async-ssh2 = { version = "0.1", git = "https://github.com/spebern/async-ssh2.git" }
Building on OSX 10.10+
This library depends on OpenSSL. To get OpenSSL working follow the
openssl crate's instructions.
You can enable the vendored-openssl feature
to have libssh2 built against a statically built version of openssl as described
here.
Dependencies
~7.5MB
~143K SLoC