Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatPublicKey ¶
Types ¶
type Connection ¶
type Dialer ¶
type Dialer interface {
Dial(address, username string) (Connection, error)
}
type SSHDialer ¶
type SSHDialer struct {
// contains filtered or unexported fields
}
func NewDialerWithPassword ¶
Click to show internal directories.
Click to hide internal directories.