Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsabre/serverconn
Permit to connect via ssh, in command line, to a server stored in a "database" json files
https://github.com/dsabre/serverconn
Last synced: about 1 month ago
JSON representation
Permit to connect via ssh, in command line, to a server stored in a "database" json files
- Host: GitHub
- URL: https://github.com/dsabre/serverconn
- Owner: dsabre
- License: gpl-3.0
- Created: 2017-10-18T07:42:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T08:15:02.000Z (over 1 year ago)
- Last Synced: 2023-09-08T08:41:10.648Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serverconn
Permit to connect via ssh, in command line, to a server stored in a "database" json files.## Installation
```bash
cd /your/prefered/directory
git clone https://github.com/raniel86/serverconn.git
cd serverconn
sudo npm i -g
```## Usage
```
Description Command example Minimized command example
To connect to a server: serverconn sc
To connect to a server from id: serverconn --id=N sc --id=N
To add a server: serverconn --add sc --add
To remove a server: serverconn --remove sc --remove
To remove a server from id: serverconn --remove --id=N sc --remove --id=N
To list all servers: serverconn --list sc --list
To list all servers of a category: serverconn --list --cat=Category sc --list --cat=Category
To list a server with a specified id: serverconn --list --id=N sc --list --id=N
To list a server with a specified id of a category: serverconn --list --cat=Category --id=N sc --list --cat=Category --id=N
To manually edit the servers file: serverconn --edit sc --edit
```