Add TODO kic tunnel

pull/6790/head
Jose Donizetti 2020-02-24 20:51:10 -03:00
parent fc7b13aa06
commit c01ab3cd4c
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ type sshConn struct {
func createSSHConn(name, sshPort, sshKey string, svc v1.Service) *sshConn {
// extract sshArgs
sshArgs := []string{
// TODO: document the options here
"-o", "StrictHostKeyChecking no",
"-N",
"docker@127.0.0.1",