Skip to content

Doka-NT/cpp-ssh-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30961ef · Oct 19, 2016

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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