vagrant/plugins/communicators/ssh
Clayton O'Neill d863242538 Add Errno::ENETUNREACH to SSH rescue
This changes the ssh ready? method to treat ENETUNREACH the same way as
EHOSTUNREACH errors.

When attempting to SSH into a box, it tries up to 5 times to connect to
the box, ignoring various errors.  Later it will catch and gracefully
handle most of those errors so that callers don't have to know the
details.

However, the Errno::ENETUNREACH error is not caught, which means that
callers that expect a clean boolean return from ready? don't get that,
and instead get an exception they probably aren't expecting.
2015-11-05 15:40:27 -05:00
..
communicator.rb Add Errno::ENETUNREACH to SSH rescue 2015-11-05 15:40:27 -05:00
plugin.rb Fix typo on ComunicatorSSH plugin name 2013-03-20 11:47:41 -03:00