sshtunnel

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: May 6, 2015 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory

type Factory interface {
	NewSSHTunnel(Options) SSHTunnel
}

func NewFactory

func NewFactory(logger boshlog.Logger) Factory

type Options

type Options struct {
	Host       string
	Port       int
	User       string
	PrivateKey string
	Password   string

	LocalForwardPort  int
	RemoteForwardPort int
}

func (Options) IsEmpty

func (o Options) IsEmpty() bool

type SSHRetryStrategy

type SSHRetryStrategy struct {
	ConnectionRefusedTimeout time.Duration
	AuthFailureTimeout       time.Duration
	TimeService              boshtime.Service
	// contains filtered or unexported fields
}

func (*SSHRetryStrategy) IsRetryable

func (s *SSHRetryStrategy) IsRetryable(err error) bool

type SSHTunnel

type SSHTunnel interface {
	Start(chan<- error, chan<- error)
	Stop() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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