sshtunnel

package
v1.17.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2026 License: MPL-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteCommand

func ExecuteCommand(ctx context.Context, opts ExecuteCommandOptions) (*config2.Result, error)

ExecuteCommand runs the command in an SSH Tunnel and returns the result. It uses two PipeBridges: sshBridge connects the helper (agent inject) to the SSH tunnel, and grpcBridge connects the SSH command to the gRPC server.

Types

type AgentInjectFunc

type AgentInjectFunc func(context.Context, string, *os.File, *os.File, io.WriteCloser) error

type ExecuteCommandOptions

type ExecuteCommandOptions struct {
	Client           client2.WorkspaceClient
	AddPrivateKeys   bool
	AgentInject      AgentInjectFunc
	SSHCommand       string
	Command          string
	TunnelServerFunc TunnelServerFunc
}

type TunnelServerFunc

type TunnelServerFunc func(ctx context.Context, stdin io.WriteCloser, stdout io.Reader) (*config2.Result, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL