#async #ssh #wrapper #ssh2 #deprecated

async-ssh2

Async wrapper over ssh2

3 releases

0.1.2-beta Dec 11, 2020
0.1.1-beta May 11, 2020
0.1.0-beta May 10, 2020

#9 in #ssh2

MIT/Apache

36KB
774 lines

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.

Dependencies

~10MB
~175K SLoC