async-ssh2

Crates.ioasync-ssh2
lib.rsasync-ssh2
version0.1.2-beta
sourcesrc
created_at2020-05-10 18:04:40.596167
updated_at2020-12-11 00:48:58.194969
descriptionAsync wrapper over ssh2.
homepagehttps://github.com/spebern/async-ssh2
repositoryhttps://github.com/spebern/async-ssh2
max_upload_size
id239771
size58,916
Mike Harris (harmic)

documentation

https://docs.rs/async-ssh2

README

async-ssh2-rs (deprecated)

PLEASE USE https://crates.io/crates/async-ssh2-lite INSTEAD.

Build Status Build Status Build Status Build Status

Documentation

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.

Commit count: 68

cargo fmt