|
@@ -148,7 +148,7 @@ func (i *Instance) CreateNewConnection(listenPort int, username string, remoteIp
|
|
|
sshCommand := []string{"ssh", "-t", connAddr, "-p", strconv.Itoa(remotePort)}
|
|
|
cmd := exec.Command(i.ExecPath, "-w", "-p", strconv.Itoa(listenPort), "--once", "--config", configPath, "--title-format", title, "bash", "-c", strings.Join(sshCommand, " "))
|