An open API service indexing awesome lists of open source software.

https://github.com/oguzhaninan/sshcon

Quick and simple SSH config management tool
https://github.com/oguzhaninan/sshcon

ssh ssh-client ssh-config

Last synced: 10 months ago
JSON representation

Quick and simple SSH config management tool

Awesome Lists containing this project

README

          

# sshcon
> Quick and simple SSH config management tool.


Patreon

[![npm](https://img.shields.io/npm/v/sshcon.svg)](https://www.npmjs.com/package/sshcon)
[![npm](https://img.shields.io/npm/l/sshcon.svg)](https://github.com/oguzhaninan/sshcon/blob/master/LICENSE)
[![npm](https://img.shields.io/npm/dt/sshcon.svg)](https://www.npmjs.com/package/sshcon)

## Getting started

## Installation
You need to install [Node.js](https://nodejs.org/en/download/) first, then install the tool globally using this command:

### NPM
```bash
sudo npm install -g sshcon
```
### YARN
```bash
yarn global add sshcon
```

## Features
* [Add New Host](#add-new-host)
* [Add New Parameters to Host](#add-new-parameters-to-host)
* [Delete Host](#delete-host)
* [Edit Host](#edit-host)
* [Clone Host](#clone-host)

## Add New Host

## Add New Parameters to Host

## Delete Host

## Edit Host

## Clone Host

# License
This project is under the MIT license.