Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Prefix string
// contains filtered or unexported fields
}
Config .
func (Config) New ¶
func (c Config) New(passphrase *validate.Passphrase)
New SSH item and generate a private key.
type SSHEntry ¶
type SSHEntry struct {
Name string `json:"name"`
Hostname string `json:"hostname"`
User string `json:"user"`
PrivateKey string `json:"private_key"`
}
SSHEntry represents an SSH entry.
Click to show internal directories.
Click to hide internal directories.