|
@@ -144,7 +144,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", "-tt", connAddr, "-p", strconv.Itoa(remotePort))
|
|
|
+ cmd := exec.Command(i.ExecPath, "-w", "-p", strconv.Itoa(listenPort), "--once", "--config", configPath, "--title-format", title, "ssh", "-t", connAddr, "-p", strconv.Itoa(remotePort))
|