Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Concurrency int MaxAgentConns int User string Hostsfile string ShowHostName bool ColorMode bool IgnoreHostKey bool Debug bool StdinFlag bool IdentityFileOnly bool SortPrint bool Timeout time.Duration KexFlag string SSHAuthSocket string IdentFiles []string // ciphers Kex []string Ciphers []string Macs []string }
Config pssh config
type TemporaryError ¶
type TemporaryError interface {
Temporary() bool
}
TemporaryError is network error
Click to show internal directories.
Click to hide internal directories.