Improved the SSH error handling.

This commit is contained in:
Raphaël Numbus
2026-05-29 20:17:03 +02:00
parent a23dd9dc22
commit d0e08c0f76
+1
View File
@@ -168,6 +168,7 @@ setup_ssh() {
exit 22;
}
ssh-keygen -R "${LIVE_TARGET_IP}" >> "${STDOUT}" 2>> "${STDERR}"
continue
fi
fi
done