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
+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