feat: add ssh menu script with sample YAML config

This commit is contained in:
2026-05-31 21:12:16 +02:00
parent bcc19535c2
commit f1c09bae25
6 changed files with 218 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
group: staging
servers:
- name: app-1
aliases:
- app
- application
host: staging-app.example.com
user: ubuntu
port: 22
ssh_options: ""
- name: worker-1
aliases:
- worker
host: 10.20.0.15
user: ubuntu
port: 22