kic: fix known_hosts issue
parent
f77e942e59
commit
a57a282027
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue