# ssh-manager **Repository Path**: siogian/ssh-manager ## Basic Information - **Project Name**: ssh-manager - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2022-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SSH Manager A ssh manager forked from [ssh-manager-cli](https://github.com/Webdown404/ssh-manager), windows support. ## 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. ![](http://i.imgur.com/GgEqTfo.gif) ## Installation To install this project globally : ```shell npm install -g node-ssh-manager-cli ``` ## Start ### Configuration To configure a new / existing SSH connection, use the `config` command : ```shell 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: ```shell ssh-manager connect ``` > **note**: you can also just use `ssh-manager` without command ### Help The application documentation is available with `--help` option : ```shell ssh-manager --help ```