Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSSHClient ¶
func NewSSHClient(conf ClientConfig) (*ssh.Client, error)
Types ¶
type AuthMethod ¶
type AuthMethod string
const ( PASSWORD AuthMethod = "password" PUBLICKEY AuthMethod = "publickey" )
type ClientConfig ¶
type MessagePing ¶
type MessagePing struct {
Ping bool `json:"ping"`
}
type MessageResize ¶
Click to show internal directories.
Click to hide internal directories.