Skip to content
/ cssh Public

CSSH is a terminal user interface for ssh written in c++ using ncurses.

License

Notifications You must be signed in to change notification settings

Skryvvara/cssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


CSSH Logo

CSSH - A TUI for ssh written in C++

Checkout gossht wich is a similar project to cssh written in go

Description

! This is a very early proof of concept

CSSH is a graphical ssh helper written in C++ using ncurses.

Build

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

License

CSSH is licensed under the MIT License.

About

CSSH is a terminal user interface for ssh written in c++ using ncurses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published