Small ncurses SSH bookmark tool. Let you select hosts via a config file and connect them via the ssh command.
If you have installed the ncurses5 libraries, just type
./sshconnector «static host file» «user defined host file» «manual»<<static host file>>is basically a system widehosts.conffor multi user environments.<<user defined host file>>is a per userhosts.confthat is appended to the main first hosts list.<<manual>>is a custom manual files that will be displayed in the application with thehkey.
Note that the the first
hosts.confparameter is mandatory, the rest are optional paratmeters.
- make
- g++
min std=c++11 - libncurses5-dev
- clang-format
make