!121 fix: rdp ssh

* fix: rdp ssh
This commit is contained in:
zongyangleo
2024-05-21 04:06:13 +00:00
committed by Coder慌
parent c4cb4234fd
commit a7632fbf58
5 changed files with 47 additions and 19 deletions

View File

@@ -261,7 +261,7 @@ func (m *Machine) WsGuacamole(g *gin.Context) {
return
}
err = mi.IfUseSshTunnelChangeIpPort()
err = mi.IfUseSshTunnelChangeIpPort(true)
if err != nil {
return
}