login.sh aktualisiert

* Pfad zum id_ca-Schlüssel bei scp eingeführt
* PC 77 und MATE3 hinzugefügt
This commit is contained in:
alf
2025-07-14 14:44:40 +00:00
parent de52b1181a
commit 0b05112d36

View File

@ -48,6 +48,8 @@ declare -A HOSTS=(
["ABS"]="100.87.87.102"
["OMVPi"]="100.87.87.80"
["OMV2000"]="100.87.87.81"
["MATE3"]="100.87.87.108"
["PC77"]="100.87.87.77"
)
TARGET_LABEL=$(gum choose --header "Zielsystem wählen" "${!HOSTS[@]}")