0.0.22 • Published 6 years ago

ssh-manager-cli-test v0.0.22

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

SSH Manager

Requirement

This project required :

  • node >= 7.10.1
  • 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.

npm.io

Installation

To install this project globally :

npm install -g ssh-manager-cli

Start

Configuration

To configure a new / existing SSH connection, use the config command :

ssh-manager config

The 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 connect

note: you can also just use ssh-manager without command

Help

The application documentation is available with --help option :

ssh-manager --help
0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago