C++ command line tool for managing SSH connections.
- Docker
- Linux or macOS (Windows is not supported)
cmake -S . -B build
cmake --build buildThe executable will be created in the build directory.
./build/sccTo run the tests, use the following command:
cmake -S . -B build && cmake --build build --parallel && ctest --test-dir build -V