delano / rye

Safe, parallel access to Unix shells from Ruby
http://delano.github.com/rye
MIT License
234 stars 32 forks source link

Close SSH connections on `Timeout::Error`. #63

Open ruyrocha opened 9 years ago

ruyrocha commented 9 years ago

Sometimes we connect to a lot of different servers and for some unknown reason the connection gets stuck. On Honeybadger all I can see are some Timeout errors, so this PR should fix the issue.