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
- Host: GitHub
- URL: https://github.com/oguzhaninan/sshcon
- Owner: oguzhaninan
- License: mit
- Created: 2018-12-25T12:08:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T10:12:43.000Z (almost 6 years ago)
- Last Synced: 2025-04-06T17:08:45.694Z (10 months ago)
- Topics: ssh, ssh-client, ssh-config
- Language: TypeScript
- Homepage:
- Size: 733 KB
- Stars: 42
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshcon
> Quick and simple SSH config management tool.
[](https://www.npmjs.com/package/sshcon)
[](https://github.com/oguzhaninan/sshcon/blob/master/LICENSE)
[](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.