GUI ssh manager for Ubuntu 16.04 (not tested on below versions)
- qt 5.7
# 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
./SshManager-3
config.json file will be created after first run. Edit it as you need.