Debugging SSH setup.

This commit is contained in:
Raphaël Numbus
2026-05-29 21:08:29 +02:00
parent ac1a03ace7
commit 74ebd6339c
+3
View File
@@ -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