Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SshClientConfig ¶
type SshClientConfig struct {
// contains filtered or unexported fields
}
func NewPassSshClient ¶
func NewPassSshClient(address, user, password string) (*SshClientConfig, error)
func NewSshClient ¶
func NewSshClient(address, user string, privateKeyBytes []byte, privateKeyPassword string) (*SshClientConfig, error)
func (*SshClientConfig) DialContext ¶
Click to show internal directories.
Click to hide internal directories.