|
@@ -146,6 +146,7 @@ func (i *Instance) CreateNewConnection(listenPort int, username string, remoteIp
|
|
|
cmd := exec.Command(i.ExecPath, "-w", "-p", strconv.Itoa(listenPort), "--once", "--config", configPath, "--title-format", title, "ssh", "-t", connAddr, "-p", strconv.Itoa(remotePort))
|