push master

pull/882/head
chanhengseang 2025-05-26 16:35:47 -07:00
parent 807985ec36
commit afd176ab96
1 changed files with 5 additions and 1 deletions

View File

@ -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