Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*ssh.Client
}
func (*Client) GetUserUidGid ¶
func (c *Client) GetUserUidGid() (string, string, error)
type SessionConfig ¶
type SessionConfig struct {
Hostname string
Port int
Username string
Password *string
PrivateKeyPath *string
}
Click to show internal directories.
Click to hide internal directories.