Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Key *Key `yaml:"key,omitempty" json:"key,omitempty" toml:"key,omitempty"`
Keys Keys `yaml:"keys,omitempty" json:"keys,omitempty" toml:"keys,omitempty"`
}
Config for ssh.
type Key ¶
type Key struct {
*ssh.Config `yaml:",inline" json:",inline" toml:",inline"`
Name string `yaml:"name,omitempty" json:"name,omitempty" toml:"name,omitempty"`
}
Key configuration with a name and ssh key.
Click to show internal directories.
Click to hide internal directories.