ssh

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewErrCommandSsh

func NewErrCommandSsh(message string, exitCode int) error

Types

type CustomNonInteractiveRunner

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

func NewCustomNonInteractiveRunner

func NewCustomNonInteractiveRunner(customRunner CustomRunner) CustomNonInteractiveRunner

func (CustomNonInteractiveRunner) Run

type CustomProvider

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

func NewCustomProvider

func NewCustomProvider(cmdRunner boshsys.CmdRunner, fs boshsys.FileSystem, writerStdout io.Writer, writerStderr io.Writer, logger boshlog.Logger) CustomProvider

func (CustomProvider) NewSSHRunner

func (p CustomProvider) NewSSHRunner() boshssh.Runner

type CustomRunner

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

func NewCustomRunner

func NewCustomRunner(
	cmdRunner boshsys.CmdRunner,
	sessionFactory func(boshssh.ConnectionOpts, boshdir.SSHResult) boshssh.Session,
	writerStdout io.Writer,
	writerStderr io.Writer,
	logger boshlog.Logger,
) CustomRunner

func (CustomRunner) Run

func (r CustomRunner) Run(connOpts boshssh.ConnectionOpts, result boshdir.SSHResult, cmdFactory func(boshdir.Host, boshssh.SSHArgs) boshsys.Command) error

type ErrCommandSsh

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

func (ErrCommandSsh) Error

func (e ErrCommandSsh) Error() string

func (ErrCommandSsh) ExitCode

func (e ErrCommandSsh) ExitCode() int

func (ErrCommandSsh) String

func (e ErrCommandSsh) String() string

Jump to

Keyboard shortcuts

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