ssh-test-server-cli

Crates.iossh-test-server-cli
lib.rsssh-test-server-cli
version0.1.1
sourcesrc
created_at2024-11-08 23:31:23.720022
updated_at2024-11-08 23:31:23.720022
descriptionIn memoery ssh server for integration testing - cli.
homepage
repositoryhttps://gitlab.com/mateuszkj/ssh-test-server
max_upload_size
id1441672
size60,301
(mateuszkj)

documentation

https://docs.rs/ssh-test-server

README

In memory ssh server cli

ssh-test-server-cli is a in memory ssh server to that can be used in integration testing.

Installation

cargo install ssh-test-server-cli

Usage

RUST_LOG=trace cargo run -p ssh-test-server-cli

Contributions

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

License

This project is licensed under the MIT OR Apache-2.0 License.

Commit count: 40

cargo fmt