pyaesoneaung / ssh-prompts
SSH account management cli tool developed with Laravel Prompts and Laravel Zero
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^8.1
- laminas/laminas-text: ^2.5
- laravel/prompts: ^0.1.6
- nunomaduro/termwind: ^1.15.1
Requires (Dev)
- laravel-zero/framework: ^10.0.2
- laravel/pint: ^1.8
- mockery/mockery: ^1.5.1
- pestphp/pest: ^2.5
README
SSH Prompts
SSH account management cli tool developed with Laravel Prompts and Laravel Zero
Global Installation
composer global require pyaesoneaung/ssh-prompts ssh-prompts
Local Installation
Download the ssh-prompts
file from the Release page
cd /path/to/download/folder
chmod +x ssh-prompts
./ssh-prompts
Usage
List all host
ssh-prompts hosts
Search a host
ssh-prompts search
Create a host
ssh-prompts create
Update a host
ssh-prompts edit
Delete a host
ssh-prompts delete
Supported Enviroments
Security
I developed this project for personal use. SSH Prompts stores host information in the ~/.ssh-prompts/db_ssh_prompts.json
file. For enhanced security, you can delete this file using ssh-prompts clean
. This deletes sensitive data from storage when needed.