From f5911aed8f33e000551b47bc4b8a4e4ae9a0e2ad Mon Sep 17 00:00:00 2001 From: Tyler Ball Date: Thu, 21 Jan 2016 09:35:12 -0700 Subject: [PATCH] Copying https://github.com/test-kitchen/test-kitchen/pull/919 to this repo --- lib/train/transports/ssh_connection.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/train/transports/ssh_connection.rb b/lib/train/transports/ssh_connection.rb index e7d33184..c3e8697c 100644 --- a/lib/train/transports/ssh_connection.rb +++ b/lib/train/transports/ssh_connection.rb @@ -20,6 +20,7 @@ require 'net/ssh' require 'net/scp' +require 'timeout' class Train::Transports::SSH # A Connection instance can be generated and re-generated, given new