From afd176ab96737a77d31aace4e6afa0a7581de8c0 Mon Sep 17 00:00:00 2001 From: chanhengseang Date: Mon, 26 May 2025 16:35:47 -0700 Subject: [PATCH] push master --- .github/workflows/maven-build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 4a23a672..0c08aaa7 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -52,8 +52,12 @@ jobs: # Start SSH session spawn ssh root@172.235.32.135 - # Handle the password prompt + # Handle the host key verification prompt and 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