From d2cf55e908fc3a64a2600c66e6f598959061e8b8 Mon Sep 17 00:00:00 2001 From: joaquin Date: Wed, 27 Nov 2024 22:05:36 +0100 Subject: [PATCH] . --- Playbooks/update-pve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Playbooks/update-pve.sh b/Playbooks/update-pve.sh index e31a5d3..d1530db 100644 --- a/Playbooks/update-pve.sh +++ b/Playbooks/update-pve.sh @@ -16,7 +16,7 @@ update_server() { echo "Verbinde mit Server $server und führe Update, Upgrade und Bereinigung durch..." # SSH-Verbindung herstellen und Update durchführen - ssh -o StrictHostKeyChecking=no "$server" << 'EOF' + ssh -o StrictHostKeyChecking=yes "$server" << 'EOF' echo "Starte Update und Upgrade auf $HOSTNAME..." # Update der Paketliste