We have been using the rubber gem to deploy to AWS for months and we are now suddenly getting a Timeout::Error: execution expired error
with Capistrano. I've tried downgrading net-ssh
to 2.7 and that didn't help. I believe the old net-ssh 2.8 has been resolved for awhile now and we are use 2.9.1 (and have been for awhile).
I'm able to SSH into the instances with no problems. Has anyone ran into similar issues? Is there something else I should check that could lead me in the right direction?
Thanks!