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
+6
View File
@@ -0,0 +1,6 @@
ssh:
default_user: root
default_port: 22
default_options: ""
jump_hosts:
office: "user@192.168.10.11"