Documentation ¶
Index ¶
- func Download(serverHost string, sshUsername string, sshPrivateKeyfile string, ...) error
- func GetSSHConnection(serverHost string, sshUsername string, sshPrivateKeyfile string) (*ssh.Client, error)
- func RunCommandOnEveryHost(hosts []string, sshUsername string, sshPrivateKeyfile string, command string) map[string]RunResults
- func RunCommandWithClient(client *ssh.Client, command string) (string, error)
- type RunResults
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSSHConnection ¶
func RunCommandOnEveryHost ¶
Types ¶
type RunResults ¶
Click to show internal directories.
Click to hide internal directories.