Skip to content
Rust bindings for libssh2
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
libssh2-sys Define HAVE_POLL for Haiku (#103) Jan 22, 2019
src Normalize to Unix-style path separators (#102) Jan 3, 2019
systest
tests/all
.gitignore Update to rust master Jan 28, 2015
.gitmodules
.travis.yml
Cargo.toml
README.md
appveyor.yml

README.md

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.

You can’t perform that action at this time.