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: dev
servers:
- name: api-1
aliases:
- api
- backend
host: 192.168.10.11
user: dev
port: 2222
- name: web-1
aliases:
- frontend
- ui
host: 192.168.10.12
user: dev
port: 22
+15
View File
@@ -0,0 +1,15 @@
group: prod
servers:
- name: web-1
aliases:
- frontend
- web
host: web-1.prod.internal
jump_host: office
- name: db-1
aliases:
- database
- sql
host: 10.0.0.20
jump_host: office
+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