! This is a very early proof of concept
CSSH is a graphical ssh helper written in C++ using ncurses.
You can build cssh using cmake, first verify that cmake and a c++ compiler is installed.
cmake --version
#cmake version 3.30.0
#
#CMake suite maintained and supported by Kitware (kitware.com/cmake).
clang --version
#Apple clang version 15.0.0 (clang-1500.3.9.4)
#Target: arm64-apple-darwin23.5.0
#Thread model: posix
#InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
now run the steps below to compile and run the code
mkdir build
cd build
cmake ..
make
./cssh
CSSH is licensed under the MIT License.