sshtunnel

package
v6.4.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2020 License: Apache-2.0 Imports: 6 Imported by: 152

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
	Password   string
	PrivateKey string

	LocalForwardPort  int
	RemoteForwardPort int
}

func (Options) IsEmpty

func (o Options) IsEmpty() bool

type SSHTunnel

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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