Skip to content

honzasp/makiko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.