Crates.io | async-ssh2 |
lib.rs | async-ssh2 |
version | 0.1.2-beta |
source | src |
created_at | 2020-05-10 18:04:40.596167 |
updated_at | 2020-12-11 00:48:58.194969 |
description | Async wrapper over ssh2. |
homepage | https://github.com/spebern/async-ssh2 |
repository | https://github.com/spebern/async-ssh2 |
max_upload_size | |
id | 239771 |
size | 58,916 |
PLEASE USE https://crates.io/crates/async-ssh2-lite INSTEAD.
Async wrapper over ssh2-rs.
# Cargo.toml
[dependencies]
async-ssh2 = { version = "0.1", git = "https://github.com/spebern/async-ssh2.git" }
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.