Merge pull request #1242 from ehazlett/vbox-tty-fix

vbox: fix provisioning hang with tty ssh
This commit is contained in:
Evan Hazlett 2015-05-27 08:39:36 -04:00
commit 5024868f17
1 changed files with 0 additions and 1 deletions

View File

@ -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
)