Crates.io | ssh-test-server-cli |
lib.rs | ssh-test-server-cli |
version | 0.1.1 |
source | src |
created_at | 2024-11-08 23:31:23.720022 |
updated_at | 2024-11-08 23:31:23.720022 |
description | In memoery ssh server for integration testing - cli. |
homepage | |
repository | https://gitlab.com/mateuszkj/ssh-test-server |
max_upload_size | |
id | 1441672 |
size | 60,301 |
ssh-test-server-cli
is a in memory ssh server to that can be used in integration testing.
cargo install ssh-test-server-cli
RUST_LOG=trace cargo run -p ssh-test-server-cli
Contributions are welcome! Please open an issue or submit a pull request on Gitlab.
Before sending pull request please run lints and tests first:
cargo install just
just install-dev
just lint
just test
This project is licensed under the MIT OR Apache-2.0 License.