Crates.io | openssh-mux-client |
lib.rs | openssh-mux-client |
version | 0.17.6 |
source | src |
created_at | 2021-09-16 09:32:53.895995 |
updated_at | 2024-09-10 13:54:10.278957 |
description | openssh mux client. |
homepage | |
repository | https://github.com/openssh-rust/openssh-mux-client |
max_upload_size | |
id | 452159 |
size | 57,460 |
Rust library to communicate with openssh-mux-server using ssh_format.
The entire crate is built upon official document on ssh multiplex protocol.
Currently, I have written a few test cases to make sure the
are working as intended, while features
are implemented but not tested.
There are also two features that I didn't implement:
While it is extremely likely there are bugs in my code, I think it is ready for testing.
To run tests, make sure you have bash, ssh and docker installed on your computer and run:
/path/to/repository/run_test.sh