pyaesoneaung/ssh-prompts

SSH account management cli tool developed with Laravel Prompts and Laravel Zero

v1.0.9 2023-08-23 08:06 UTC

This package is auto-updated.

Last update: 2024-04-23 09:35:38 UTC


README

Demo

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

OS Support
Linux
macOS
Windows WSL

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.