ssh-manager-cli v1.4.8
SSH Manager
Requirement
This project required :
- node >= 10
- npm
Presentation
This node module provide a way to store several SSH configurations into a centralized SSH manager. With it, you can create / modify / delete an SSH connection configuration and start an SSH connection.

Installation
To install this project globally :
npm install -g ssh-manager-cliStart
Configuration
To configure a new / existing SSH connection, use the config command :
ssh-manager configThe connection configuration file is save into your home directory ~/.ssh-manager/connection_configuration.json.
Connection
To start an SSH connection, use the connect command:
ssh-manager connectnote: you can also just use
ssh-managerwithout command
Help
The application documentation is available with --help option :
ssh-manager --help4 years ago
4 years ago
5 years ago
5 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago