Documentation ¶
Index ¶
Constants ¶
View Source
const DEFALUT_SSH_PATH = ".ssh"
View Source
const DEFALUT_SSH_PORT = 22
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHClient ¶
type SSHClient struct { Host string User string Port int Password string PrivateKeyFile string Passphrase string // contains filtered or unexported fields }
func NewSSHClient ¶
func (*SSHClient) SetPassword ¶
func (*SSHClient) SetPrivateKeyFile ¶
Click to show internal directories.
Click to hide internal directories.