Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 367 Bytes

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.