Skip to content

Commit

Permalink
update ssh timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanis committed May 11, 2024
1 parent 8d624cc commit 58ea5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cableos/cableos-installer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ source "qemu" "cableos-installer" {
shutdown_command = "sudo -S shutdown -P now"
ssh_handshake_attempts = 50
ssh_password = var.ssh_password
ssh_timeout = var.timeout
ssh_timeout = 1h
ssh_username = var.ssh_username
ssh_wait_timeout = var.timeout
ssh_wait_timeout = 1h
use_backing_file = true
}

Expand Down

0 comments on commit 58ea5d6

Please sign in to comment.