ssh

package
v0.1.34 Latest Latest
Warning

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

Go to latest
Published: May 9, 2025 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateIdentity

func GenerateIdentity(identityFile string, passphrase string) error

func ReadPublicKey

func ReadPublicKey(identityFile string) (string, error)

func RemoveIdentity

func RemoveIdentity(identityFile string) error

Types

type Session

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

func NewSession

func NewSession(
	conn net.Conn,
	user string,
	sshKeyPath string,
	forwardAgent bool,
) (*Session, error)

func (*Session) Close

func (s *Session) Close() error

func (*Session) Run

func (s *Session) Run(ctx context.Context, streams labcli.Streams, cmd string) error

func (*Session) Wait added in v0.1.0

func (s *Session) Wait() error

Jump to

Keyboard shortcuts

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