ssh

package
v0.2.40 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 50 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultSshUsername = "root"

Variables

This section is empty.

Functions

func BringUpAgent added in v0.0.557

func BringUpAgent(ctx context.Context, client *fly.Client, app *fly.AppCompact, network string, quiet bool) (*agent.Client, agent.Dialer, error)

func Connect added in v0.0.557

func Connect(p *ConnectParams, addr string) (*ssh.Client, error)

func Console added in v0.0.557

func Console(ctx context.Context, sshClient *ssh.Client, cmd string, allocPTY bool) error

func MarshalED25519PrivateKey added in v0.0.359

func MarshalED25519PrivateKey(key ed25519.PrivateKey, comment string) []byte

stolen from `mikesmitty`, thanks, you are a mikesmitty and a scholar

func New added in v0.0.359

func New() *cobra.Command

New initializes and returns a new apps Command.

func NewSFTP added in v0.0.410

func NewSFTP() *cobra.Command

func RunSSHCommand

func RunSSHCommand(ctx context.Context, app *fly.AppCompact, dialer agent.Dialer, addr string, cmd string, username string) ([]byte, error)

func SSHConnect

func SSHConnect(p *SSHParams, addr string) error

Types

type ConnectParams added in v0.0.557

type ConnectParams struct {
	Ctx            context.Context
	Org            fly.OrganizationImpl
	Username       string
	Dialer         agent.Dialer
	DisableSpinner bool
	AppNames       []string
}

type SSHParams

type SSHParams struct {
	Ctx            context.Context
	Org            fly.OrganizationImpl
	App            string
	Username       string
	Dialer         agent.Dialer
	Cmd            string
	Stdin          io.Reader
	Stdout         io.WriteCloser
	Stderr         io.WriteCloser
	DisableSpinner bool
}

Notes

Bugs

  • do better

  • these return `error` because in theory an error might be bad enough that we want to kill the session, but nothing does that right now.

Jump to

Keyboard shortcuts

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