Making ssh command run non-blocking
gyuho opened this issue · 1 comments
gyuho commented
avalanche-ops/avalancheup-aws/src/apply/mod.rs
Lines 1441 to 1453 in 1631a68
this can block forever if VPC security group has wrong IP for SSH 22 port ingress traffic.
We should either automatically fix the VPC security group or make this non-blocking (just warn after 10-second)
exdx commented
I believe the referenced PR addressed this particular issue and we can close?