makiko 0.1.0

Asynchronous SSH client library
Documentation

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.