| Crates.io | ssh-test-server-cli |
| lib.rs | ssh-test-server-cli |
| version | 0.1.2 |
| created_at | 2024-11-08 23:31:23.720022+00 |
| updated_at | 2025-02-21 09:33:27.260637+00 |
| 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,317 |
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.