Skip to content

diohabara/ssh.cpp

Repository files navigation

scc

C++ command line tool for managing SSH connections.

Prerequisites

  • Docker
  • Linux or macOS (Windows is not supported)

Build

cmake -S . -B build
cmake --build build

Running

The executable will be created in the build directory.

./build/scc

Testing

To run the tests, use the following command:

cmake -S . -B build && cmake --build build --parallel && ctest --test-dir build -V