sshkey

package
v0.0.0-...-78dae4d Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent

type Agent interface {
	Start() (string, error)
	Kill() (int, error)
	ListKeys() (int, error)
	AddKey(sshKeyPth, socket string) error
	DeleteKeys() error
}

Agent ...

func NewAgent

func NewAgent(fileManager fileutil.FileManager, tempDirProvider pathutil.PathProvider, logger log.Logger, cmdFactory command.Factory) Agent

NewAgent ...

Jump to

Keyboard shortcuts

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