ssh 0.1.4

Bindings to libssh, a library to write clients and servers for both version 1 and 2 of the protocol. It can also parse SSH config files and handle ProxyCommand automatically. Only the client part is implemented for now.
Documentation
1
2
3
4
5
6
7
8
9
10
11

# Please enter the patch name in the first line, and
# optionally, a long description in the following lines.
#
# Lines starting with '#' will be ignored.
#
#
# This patch contains the following changes:
#
# M ./Cargo.toml -1 +1
# M ./src/lib.rs +23