Documentation
¶
Overview ¶
Package ssh AFAIRE.
Package ssh AFAIRE.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOptions ¶
type ClientOptions struct {
Host string
Port int
Username string
Password string
KeyFile string
Passphrase string
Timeout time.Duration
}
ClientOptions AFAIRE.
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
Connection AFAIRE.
func (*Connection) NewSession ¶
func (c *Connection) NewSession() (*ssh.Session, error)
NewSession AFAIRE.
func (*Connection) ReadStream ¶
ReadStream AFAIRE.
Click to show internal directories.
Click to hide internal directories.