From 28c235271ef5890c2b3c32563c2375ead47694b0 Mon Sep 17 00:00:00 2001 From: chanhengseang Date: Mon, 26 May 2025 16:38:57 -0700 Subject: [PATCH] push master --- .github/workflows/maven-build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 0c08aaa7..117bdf48 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -50,14 +50,10 @@ jobs: set timeout 300 # Start SSH session - spawn ssh root@172.235.32.135 + spawn ssh -o StrictHostKeyChecking=no root@172.235.32.135 - # Handle the host key verification prompt and password prompt + # Handle the password prompt expect { - "Are you sure you want to continue connecting (yes/no/[fingerprint])?" { - send "yes\r" - exp_continue - } "Password:" { send "$password\r" exp_continue