diff options
| -rw-r--r-- | vm/vmimpl/util.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vmimpl/util.go b/vm/vmimpl/util.go index 418ae2d66..317d5f0c6 100644 --- a/vm/vmimpl/util.go +++ b/vm/vmimpl/util.go @@ -69,6 +69,7 @@ func sshArgs(debug bool, sshKey, portArg string, port int) []string { "-o", "UserKnownHostsFile=/dev/null", "-o", "BatchMode=yes", "-o", "IdentitiesOnly=yes", + "-o", "IdentityAgent=none", "-o", "StrictHostKeyChecking=no", "-o", "ConnectTimeout=10", } |
