push master

pull/882/head
chanhengseang 2025-05-26 16:38:57 -07:00
parent afd176ab96
commit 28c235271e
1 changed files with 2 additions and 6 deletions

View File

@ -50,14 +50,10 @@ jobs:
set timeout 300 set timeout 300
# Start SSH session # 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 { expect {
"Are you sure you want to continue connecting (yes/no/[fingerprint])?" {
send "yes\r"
exp_continue
}
"Password:" { "Password:" {
send "$password\r" send "$password\r"
exp_continue exp_continue