makiko 0.1.0

Asynchronous SSH client library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makiko

Makiko is an asynchronous SSH client library for Rust.

*This crate is work in progress.* The progress is going to happen on these fronts:

- Compatibility testing with multiple SSH servers.
- Wider range of cryptographic algorithms.
- Tunnels.
- Public key authentication.
- SFTP.
- Documentation (tutorial, explanation).
- Replace `ring` with RustCrypto.