diff --git a/plugins/communicators/ssh/communicator.rb b/plugins/communicators/ssh/communicator.rb index 831dcc779..8a562a8b1 100644 --- a/plugins/communicators/ssh/communicator.rb +++ b/plugins/communicators/ssh/communicator.rb @@ -36,6 +36,7 @@ module VagrantPlugins Errno::ECONNRESET, Errno::ENETUNREACH, Errno::EHOSTUNREACH, + Errno::EPIPE, Net::SSH::Disconnect, Timeout::Error ]