GitHunt
CO

coolshou/cpp-ssh-manager

c++ SshManager

Ubuntu Desktop (GUI) ssh manager

GUI ssh manager for Ubuntu 16.04 (not tested on below versions)

travis-ci

alt tag

Requirements

  • qt 5.7

Install

# Install qt57
sudo add-apt-repository ppa:beineri/opt-qt57-xenial
sudo apt-get update
sudo apt-get install qt57base

# cd in project root directory

# Make
source /opt/qt57/bin/qt57-env.sh
qmake -r
make
make check

Run

./SshManager-3

Config

config.json file will be created after first run.
Edit it as you need.

See JSON config example

Languages

C++94.3%QMake5.7%

Contributors

Created August 1, 2017
Updated February 18, 2026
coolshou/cpp-ssh-manager | GitHunt