Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-chacon/sshdb
CLI tool for manage ssh connections
https://github.com/a-chacon/sshdb
cli pipy python python3
Last synced: 16 days ago
JSON representation
CLI tool for manage ssh connections
- Host: GitHub
- URL: https://github.com/a-chacon/sshdb
- Owner: a-chacon
- License: gpl-3.0
- Created: 2021-08-06T00:13:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T20:05:07.000Z (over 2 years ago)
- Last Synced: 2024-10-11T09:27:58.534Z (about 1 month ago)
- Topics: cli, pipy, python, python3
- Language: Python
- Homepage:
- Size: 478 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# sshdb
![Gif of the app](https://github.com/a-chacon/sshdb/blob/main/resources/sshdb.gif)
## Getting Started
Simple cli tool that save your ssh conection's data on a sqlite database. You can save the specific data for a host and select it for a create a conection through ssh.
### Prerequisites
- Python > 3
- Install requirements.txt### Installing
Install it with pip:
```
python3 -m pip install sshdb
```## Usage
See all options:
```
sshdb -h
```## Built With
* [Python 3](http://www.dropwizard.io/1.0.2/docs/) - Language
* [Pip3](http://www.dropwizard.io/1.0.2/docs/) - Manager of package## Authors
* **a-chacon** - *Initial work* - [a-chacon](https://github.com/a-chacon)
## License
This project is licensed under the GPLv3 - see the [LICENSE.md](LICENSE.md) file for details