Manager for your ssh configs
A Vala application to get your ssh bookmarks from your config file and use them in an interface kinda way
These dependencies must be present before building
valac
gtk+-3.0
granite
You can install these on a Ubuntu-based system by executing this command:
sudo apt install valac libgtk-3-dev libgranite-dev
mkdir build
cd build
sudo cmake ..
sudo make
sudo make install