From 4fdd531b9e51efd0f6b6b1155d0a523d36386937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 19 Apr 2023 19:48:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eauthorize-server=E2=80=9C=20=C3=A4nder?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authorize-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorize-server b/authorize-server index b1ab381..c64ef1e 100644 --- a/authorize-server +++ b/authorize-server @@ -8,7 +8,7 @@ while IFS= read -r SERVER || [ -n "$SERVER" ]; do done < "$SERVER_LIST_FILE" # Read the public SSH key from the update server -UPDATE_SERVER="192.168.1.100" # replace with your update server IP address +UPDATE_SERVER="10.0.3.77" # replace with your update server IP address PUBLIC_KEY=$(ssh root@${UPDATE_SERVER} "cat ~/.ssh/id_rsa.pub") # Loop through the server list and add the public key to the authorized_keys file of each server