Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHConnection ¶
type SSHConnection struct { Config *ssh.ClientConfig Client *ssh.Client // contains filtered or unexported fields }
func Connect ¶
func Connect(host, username, password string) (*SSHConnection, error)
func (*SSHConnection) Disconnect ¶
func (c *SSHConnection) Disconnect() error
Click to show internal directories.
Click to hide internal directories.