- Install
cargo install --git https://github.com/ianchen-tw/sm
- Run
sm --help
- Unit Test:
cargo test
- Integration:
- Start an sample open-ssh server:
cd test-server && docker compose up
- Use
sm --home ./test-server
to connect
- Start an sample open-ssh server: