Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Local ¶
type Local struct{}
Local the localhost fake object
type SSH ¶
type SSH struct {
// contains filtered or unexported fields
}
SSH the ssh struct
func NewSSH ¶
func NewSSH(host string, port string, user string, password string, keyfile string, timeout int, insecure bool) (*SSH, error)
NewSSH creates an SSH instance
Click to show internal directories.
Click to hide internal directories.