Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatPublicKey ¶
Types ¶
type AuthDialer ¶
type AuthDialer struct {
// contains filtered or unexported fields
}
func NewDialer ¶
func NewDialer(keyPath, keyPassphrase string) (*AuthDialer, error)
func NewDialerWithKey ¶
func NewDialerWithKey(key crypto.Signer) (*AuthDialer, error)
func NewDialerWithPassword ¶
func NewDialerWithPassword(password string) (*AuthDialer, error)
func (*AuthDialer) Dial ¶
func (d *AuthDialer) Dial(address, username string, timeout time.Duration) (Connection, error)
type Connection ¶
Click to show internal directories.
Click to hide internal directories.