Skip to content

Commit

Permalink
Merge pull request #6810 from josedonizetti/fix-kic-tunnel-known-host…
Browse files Browse the repository at this point in the history
…s-issue

tunnel on docker driver on mac: fix known_hosts issue
  • Loading branch information
medyagh authored Feb 26, 2020
2 parents 47012f7 + a57a282 commit 8f887a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/minikube/tunnel/kic/ssh_conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func createSSHConn(name, sshPort, sshKey string, svc v1.Service) *sshConn {
// extract sshArgs
sshArgs := []string{
// TODO: document the options here
"-o", "UserKnownHostsFile=/dev/null",
"-o", "StrictHostKeyChecking no",
"-N",
"docker@127.0.0.1",
Expand Down

0 comments on commit 8f887a5

Please sign in to comment.