From 74ebd6339c5a26579fe640fac2f30550e5940a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Fri, 29 May 2026 21:08:29 +0200 Subject: [PATCH] Debugging SSH setup. --- script/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/deploy.sh b/script/deploy.sh index d4397ea..506efd1 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -117,6 +117,9 @@ setup_ssh() { echod "\n ➡️ Copying SSH key to target host '${TARGET_USER}@${LIVE_TARGET_IP}'..." + echo $LIVE_TARGET_IP + echo $LIVE_TARGET_PASSWORD + if sshpass -p "${LIVE_TARGET_PASSWORD}" ssh-copy-id -o StrictHostKeyChecking=no -i "${TMP_EXTRA_PATH}/home/numbus-admin/.ssh/id_ed25519" "${TARGET_USER}@${LIVE_TARGET_IP}"; then echod "\n ✅ SSH key copied successfully" else