Add TODO kic tunnel
parent
fc7b13aa06
commit
c01ab3cd4c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue