ssh

package
v0.26.1 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CmdKiller

type CmdKiller interface {
	Kill(cmd *exec.Cmd) error
	PrepareForChildren(cmd *exec.Cmd)
}

we only need these two methods from our OSCommand struct, for killing commands

type SSHHandler

type SSHHandler struct {
	// contains filtered or unexported fields
}

func NewSSHHandler

func NewSSHHandler(oSCommand CmdKiller) *SSHHandler

func (*SSHHandler) HandleSSHDockerHost

func (h *SSHHandler) HandleSSHDockerHost(dockerHost string) (TunnelResult, error)

HandleSSHDockerHost overrides the DOCKER_HOST environment variable to point towards a local unix socket tunneled over SSH to the specified ssh host.

type TunnelResult

type TunnelResult struct {
	Closer     io.Closer
	SocketPath string
	Created    bool
}

Jump to

Keyboard shortcuts

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