Crates.io | makiko |
lib.rs | makiko |
version | 0.2.4 |
source | src |
created_at | 2022-06-15 15:18:00.049012 |
updated_at | 2024-11-09 12:15:22.389708 |
description | Asynchronous SSH client library in pure Rust |
homepage | https://honzasp.github.io/makiko |
repository | https://github.com/honzasp/makiko |
max_upload_size | |
id | 606573 |
size | 738,614 |
Makiko is an asynchronous SSH client library in pure Rust.
Tutorial | API docs | Github | Crate
(* Algorithms marked with an asterisk are not enabled by default)
(** Algorithms marked with two asterisks are only available with feature insecure-crypto
)
Makiko gives you a lot of control over the SSH connection, it is meant to be a building block for libraries and advanced applications.
Makiko and most of the cryptography crates from Rust Crypto that Makiko uses have not yet been audited by a trusted third party. Use at your own risk!
Contributions are welcome! Please contact me (@honzasp) or open a pull request.
This software is released into the public domain. Please see UNLICENSE.