diff --git a/ssh/tailssh/tailssh_test.go b/ssh/tailssh/tailssh_test.go index f6feb8b18..93ed67f4e 100644 --- a/ssh/tailssh/tailssh_test.go +++ b/ssh/tailssh/tailssh_test.go @@ -265,6 +265,8 @@ func TestSSH(t *testing.T) { execSSH := func(args ...string) *exec.Cmd { cmd := exec.Command("ssh", + "-F", + "none", "-v", "-p", fmt.Sprint(port), "-o", "StrictHostKeyChecking=no",