vbox: fix provisioning hang with tty ssh

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-05-27 08:38:36 -04:00
parent 0a0bbf7dc0
commit 04c9e917dd
No known key found for this signature in database
GPG Key ID: A519480096146526
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
)