Skip to content

Doka-NT/cpp-ssh-manager

Repository files navigation

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