Skip to content

Commit c5987d7

Browse files
authored
fix(e2e): Set sshArgs to mostly defaults (#2347)
1 parent f78d15e commit c5987d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

e2e/cluster/cmx/cluster.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,6 @@ func copyFileFromNode(node Node, src, dst string) error {
504504
func sshArgs() []string {
505505
return []string{
506506
"-o", "StrictHostKeyChecking=no",
507-
"-o", "ServerAliveInterval=30",
508-
"-o", "ServerAliveCountMax=10",
509-
"-o", "ConnectTimeout=5",
510507
"-o", "BatchMode=yes",
511508
}
512509
}

0 commit comments

Comments
 (0)