ssh

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PortToString

func PortToString(port int) string

PortToString ensures port is a string for scp/ssh flags.

func SCPArgs

func SCPArgs(port, keyPath string, recursive bool) []string

SCPArgs builds argument list for scp with consistent options. Set recursive to add -r. The source and dest are appended by caller.

func SSHArgs

func SSHArgs(host, port, keyPath string, extraArgs ...string) []string

SSHArgs builds argument list for ssh with consistent options. extraArgs may include a remote command string.

func SSHCommand

func SSHCommand(host, port, keyPath string, extraArgs ...string) *exec.Cmd

SSHCommand builds an ssh command with consistent options. extraArgs may include a remote command string.

Types

This section is empty.

Jump to

Keyboard shortcuts

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