Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSH ¶
type SSH struct {
User string `yaml:"user,omitempty"`
Password string `yaml:"password,omitempty"` // Consider using SSH keys instead
PrivateKey string `yaml:"private-key,omitempty"` // Uncomment if using SSH keys
HostKeyCheck bool `yaml:"host-key-check"` // Optional: set to false to disable host key checking
RunAs string `yaml:"run-as,omitempty"` // Optional: specify a user to escalate to
NativeSSH bool `yaml:"native-ssh"` // Optional: set to true to use native ssh instead of go ssh
SSHCommand string `yaml:"ssh-command,omitempty"` // Optional: specify a custom ssh command
}
Click to show internal directories.
Click to hide internal directories.