fix another path

pull/15560/head
Steven Powell 2022-12-29 10:27:11 -08:00
parent 3ff8798094
commit e386db276c
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ func createSSHConn(name, sshPort, sshKey, bindAddress string, resourcePorts []in
// TODO: document the options here
"-o", "UserKnownHostsFile=/dev/null",
"-o", "StrictHostKeyChecking=no",
"-o", "IdentitiesOnly=yes",
"-N",
"docker@127.0.0.1",
"-p", sshPort,