https://github.com/pyaesoneaungrgn/ssh-prompts
SSH account management cli tool developed with Laravel Prompts and Laravel Zero
https://github.com/pyaesoneaungrgn/ssh-prompts
Last synced: about 1 year ago
JSON representation
SSH account management cli tool developed with Laravel Prompts and Laravel Zero
- Host: GitHub
- URL: https://github.com/pyaesoneaungrgn/ssh-prompts
- Owner: PyaeSoneAungRgn
- Created: 2023-07-30T15:01:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T08:13:25.000Z (almost 3 years ago)
- Last Synced: 2025-04-28T14:12:54.703Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 39.3 MB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# SSH Prompts
SSH account management cli tool developed with Laravel Prompts and Laravel Zero
## Global Installation
```bash
composer global require pyaesoneaung/ssh-prompts
ssh-prompts
```
## Local Installation
Download the `ssh-prompts` file from the [Release page](https://github.com/PyaeSoneAungRgn/ssh-prompts/releases)
```bash
cd /path/to/download/folder
chmod +x ssh-prompts
./ssh-prompts
```
## Usage
#### List all host
```bash
ssh-prompts hosts
```
#### Search a host
```bash
ssh-prompts search
```
#### Create a host
```bash
ssh-prompts create
```
#### Update a host
```bash
ssh-prompts edit
```
#### Delete a host
```bash
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.