Versions in this module Expand all Collapse all v0 v0.1.2 Sep 15, 2024 v0.1.1 Feb 14, 2019 Changes in this version type Host + func ParseHostString(s string) *Host v0.1.0 Feb 14, 2019 Changes in this version + func ConnectToHost(host *Host, timeout time.Duration) (*ssh.Client, error) + func RunCommand(h *Host, command string, timeout time.Duration) ([]byte, error) + func RunCommandWithOpenSSH(h *Host, command string) ([]byte, error) + type Host struct + Hostname string + Port int + User string + func (h *Host) String() string