/ssh2-rs

Rust bindings for libssh2

Primary LanguageRust

ssh2-rs

Build Status Build Status

Documentation

Rust bindings to libssh2

Usage

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

Building on OSX 10.10+

This library depends on OpenSSL. To get OpenSSL working follow the openssl crate's instructions.