ssh

package
v0.0.0-...-00f4f89 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(input *StartInput) error

Start will start ssh session

Types

type SSH

type SSH interface {
	Start(input *StartInput) error
}

SSH wraps methods used from the pkg/ssh package

type StartInput

type StartInput struct {
	Target     *string
	TargetType *string
	PortNumber *uint64
	PublicKey  *string
	OSUser     *string
	GenKeyPair *bool
	MFAToken   *string
	Region     *string
	Profile    *string
	Trace      *bool
}

StartInput struct contains all input data

Jump to

Keyboard shortcuts

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