README.md (view raw)
1# SSH Portal
2
3SSH Portal est un outil en ligne de commande permettant d'exécuter
4des raccourcis de commandes à travers SSH sur des instances connues.
5
6## Pré-requis
7
8- [gum](https://github.com/charmbracelet/gum)
9- [jq](https://github.com/jqlang/jq)
10- ssh
11
12## Installation
13
14```bash
15curl https://git.5ika.ch/ssh-portal.git/blob/main/ssh-portal?raw=true -o sp
16chmod +x sp
17mv sp <somewhere in your $PATH>
18```
19
20## Configuration
21
22```bash
23curl https://git.5ika.ch/ssh-portal.git/blob/main/ssh-portal.example.json?raw=true -o $HOME/.config/ssh-portal.json
24vi $HOME/.config/ssh-portal.json
25```
26
27## Utilisation
28
29```bash
30sp
31```
32
33