Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.30.3
type Config struct {
Name string
Host string
Port int
User string
Pass string
KeyPath string
KeyPass string
Agent bool
KnownHosts string
Strict bool
Persist bool
Timeout time.Duration
KeepAlive time.Duration
Retries int
Label string
}
func NormalizeProfile ¶
func NormalizeProfile(p restfile.SSHProfile) (Config, error)
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager() *Manager
Click to show internal directories.
Click to hide internal directories.