ssh2 0.1.10

Bindings to libssh2 for interacting with SSH servers and executing remote commands, forwarding local ports, etc.
# ssh2-rs

[![Build Status](https://travis-ci.org/alexcrichton/ssh2-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/ssh2-rs)

[Documentation](http://alexcrichton.com/ssh2-rs/ssh2/index.html)

Rust bindings to libssh2

```toml
# Cargo.toml
[dependencies.ssh2]
git = "https://github.com/alexcrichton/ssh2-rs"
```