From 04c9e917dd8e70b93a7f87942c445add840c654f Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Wed, 27 May 2015 08:38:36 -0400 Subject: [PATCH] vbox: fix provisioning hang with tty ssh Signed-off-by: Evan Hazlett --- ssh/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh/client.go b/ssh/client.go index 1298cde21c..051e35fbde 100644 --- a/ssh/client.go +++ b/ssh/client.go @@ -54,7 +54,6 @@ var ( "-o", "LogLevel=quiet", // suppress "Warning: Permanently added '[localhost]:2022' (ECDSA) to the list of known hosts." "-o", "ConnectionAttempts=3", // retry 3 times if SSH connection fails "-o", "ConnectTimeout=10", // timeout after 10 seconds - "-t", // force tty allocation } defaultClientType SSHClientType = External )