From 0b05112d36d4468e63398e24d69d2bf556b9816e Mon Sep 17 00:00:00 2001 From: alf Date: Mon, 14 Jul 2025 14:44:40 +0000 Subject: [PATCH] login.sh aktualisiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Pfad zum id_ca-Schlüssel bei scp eingeführt * PC 77 und MATE3 hinzugefügt --- login.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/login.sh b/login.sh index d46de97..18afdd9 100644 --- a/login.sh +++ b/login.sh @@ -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[@]}")