aheart / ssh2-rs

Rust bindings for libssh2

Home Page:http://alexcrichton.com/ssh2-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssh2-rs

Build Status Build Status

Documentation

Rust bindings to libssh2

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

Building on OSX 10.10+

Currently libssh2 requires linking against OpenSSL, and to compile libssh2 it also needs to find the OpenSSL headers. On OSX 10.10+ the OpenSSL headers have been removed, but if you're using Homebrew you can install them via:

brew install openssl

This crate also needs to have cmake installed:

brew install cmake

About

Rust bindings for libssh2

http://alexcrichton.com/ssh2-rs


Languages

Language:Rust 100.0%