Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 805 Bytes

File metadata and controls

32 lines (21 loc) · 805 Bytes

sshconnector

Small ncurses SSH bookmark tool. Let you select hosts via a config file and connect them via the ssh command.

Usage

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 wide hosts.conf for multi user environments.
  • <<user defined host file>> is a per user hosts.conf that is appended to the main first hosts list.
  • <<manual>> is a custom manual files that will be displayed in the application with the h key.

Note that the the first hosts.conf parameter is mandatory, the rest are optional paratmeters.

Development

Requirements

  • make
  • g++ min std=c++11
  • libncurses5-dev
  • clang-format

Build

make