mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
refactor: move ssh jump to util (#184)
Co-authored-by: wencaiwulue <895703375@qq.com>
This commit is contained in:
@@ -54,7 +54,7 @@ func (svr *Server) Proxy(req *rpc.ConnectRequest, resp rpc.Daemon_ProxyServer) e
|
||||
DefValue: file,
|
||||
})
|
||||
var path string
|
||||
path, err = handler.SshJump(ctx, sshConf, flags, false)
|
||||
path, err = util.SshJump(ctx, sshConf, flags, false)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user