Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cfg ¶
type Cfg 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
PortRaw string
TimeoutRaw string
KeepAliveRaw string
RetriesRaw string
Label string
}
func NormalizeProfile ¶
func NormalizeProfile(p restfile.SSHProfile) (Cfg, 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.