mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-30 02:12:01 +08:00
fix: ssh portmap redo ssh dial (#170)
This commit is contained in:
@@ -82,7 +82,7 @@ func (w *wsHandler) handle(ctx context.Context) {
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
err = util.PortMapUntil(ctx, cli, remote, local)
|
||||
err = util.PortMapUntil(ctx, w.sshConfig, remote, local)
|
||||
if err != nil {
|
||||
w.Log("Port map error: %v", err)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user