Skip to content

Commit

Permalink
Merge 1f343ac into backport/moduli-e2e-increase-timeout/adequately-on…
Browse files Browse the repository at this point in the history
…-monkey
  • Loading branch information
hc-github-team-secure-boundary authored Apr 19, 2024

Verified

This commit was signed with the committer’s verified signature.
limbonaut Serhii Snitsaruk
2 parents 1da149c + 1f343ac commit 1e55802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enos/modules/docker_openssh_server_ca_key/main.tf
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ resource "enos_local_exec" "wait" {
docker_container.openssh_server
]

inline = ["timeout 20s bash -c 'until ssh -t -t -i ${var.private_key_file_path} -p 2222 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes ${var.target_user}@localhost hostname; do sleep 2; done'"]
inline = ["timeout 30s bash -c 'until ssh -t -t -i ${var.private_key_file_path} -p 2222 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentitiesOnly=yes ${var.target_user}@localhost hostname; do sleep 2; done'"]
}

output "user" {

0 comments on commit 1e55802

Please sign in to comment.