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