Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements the ssh.GSSAPIClient interface.
func NewClientWithCredentials ¶
NewClientWithCredentials returns a new Client using the provided credentials.
func NewClientWithKeytab ¶
NewClientWithKeytab returns a new Client using the provided keytab.
func (*Client) Close ¶
Close deletes any active security context and unloads any underlying libraries as necessary.
func (*Client) DeleteSecContext ¶
DeleteSecContext is called by the ssh.Client to tear down any active security context.
Click to show internal directories.
Click to hide internal directories.