Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHAuthenticator ¶
type SSHAuthenticator struct {
// contains filtered or unexported fields
}
func NewSSHAuthenticator ¶
func NewSSHAuthenticator(username string) *SSHAuthenticator
func (*SSHAuthenticator) Authenticate ¶
func (auth *SSHAuthenticator) Authenticate(password string) error
func (*SSHAuthenticator) IsDirty ¶
func (auth *SSHAuthenticator) IsDirty() bool
Click to show internal directories.
Click to hide internal directories.