diff --git a/plugins/communicators/ssh/communicator.rb b/plugins/communicators/ssh/communicator.rb index e4f87a643..2a7f93138 100644 --- a/plugins/communicators/ssh/communicator.rb +++ b/plugins/communicators/ssh/communicator.rb @@ -165,6 +165,7 @@ module VagrantPlugins # errors that are generally fixed from a retry and don't # necessarily represent immediate failure cases. exceptions = [ + Errno::EADDRINUSE, Errno::ECONNREFUSED, Errno::ECONNRESET, Errno::EHOSTUNREACH,