ssh

package
v0.81.0-devel Latest Latest
Warning

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

Go to latest
Published: May 15, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package infra implements utilities to interact with a Pulumi infrastructure

Index

Constants

View Source
const (
	NR_SSH_COMMAND_RETRIES = 3
)

Variables

This section is empty.

Functions

func SshConnectToInstance

func SshConnectToInstance(ip, port, user string) (*ssh.Client, error)

SshConnectToInstance connects using ssh protocol to the given ip:port using the given user.

func SshRunCommand

func SshRunCommand(sshClient *ssh.Client, command string, logger io.Writer) ([]byte, error)

SshRunCommand runs the given command using the given ssh client. retries on error. Returns the last error if retries exceeded.

Types

This section is empty.

Jump to

Keyboard shortcuts

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