# SSH Portal SSH Portal est un outil en ligne de commande permettant d'exécuter des raccourcis de commandes à travers SSH sur des instances connues. ## Pré-requis - [gum](https://github.com/charmbracelet/gum) - [jq](https://github.com/jqlang/jq) - ssh ## Installation ```bash curl https://git.5ika.ch/ssh-portal.git/blob/main/ssh-portal?raw=true -o sp chmod +x sp mv sp ``` ## Configuration ```bash curl https://git.5ika.ch/ssh-portal.git/blob/main/ssh-portal.example.json?raw=true -o $HOME/.config/ssh-portal.json vi $HOME/.config/ssh-portal.json ``` ## Utilisation ```bash sp ``` ![Demo](./demo.gif)