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.
- Python > 3
- Install requirements.txt
Install it with pip:
python3 -m pip install sshdb
See all options:
sshdb -h
- a-chacon - Initial work - a-chacon
This project is licensed under the GPLv3 - see the LICENSE.md file for details