Documentation ¶
Index ¶
- func Connect(ws *websocket.Conn, opt *SSHClientOption) error
- func NewSSHClient(option *SSHClientOption) (*ssh.Client, error)
- func NewSSHClientWithPassword(option *SSHClientOption) (*ssh.Client, error)
- func NewSSHClientWithPrivateKey(option *SSHClientOption) (*ssh.Client, error)
- type AuthModel
- type SSHClientOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSSHClient ¶
func NewSSHClient(option *SSHClientOption) (*ssh.Client, error)
func NewSSHClientWithPassword ¶
func NewSSHClientWithPassword(option *SSHClientOption) (*ssh.Client, error)
func NewSSHClientWithPrivateKey ¶
func NewSSHClientWithPrivateKey(option *SSHClientOption) (*ssh.Client, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.