ssh

package
v0.24.1 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2024 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 (self *SSHHandler) HandleSSHDockerHost() (io.Closer, error)

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

Jump to

Keyboard shortcuts

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