Discover Packages
github.com/aideneyre/acli
internal
config
configurator
connect
package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Mar 13, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Config represents the global configuration structure
type ConnectConfig struct {
Aliases []SSHAlias `yaml:"aliases"`
SSHDir string `yaml:"sshdir"`
}
ConnectConfig represents the SSH connection configurations
type SSHAlias struct {
Name string `yaml:"name"`
PEMFile string `yaml:"pemfile"`
IP string `yaml:"ip"`
Port string `yaml:"port"`
User string `yaml:"user"`
}
SSHAlias represents a single SSH alias configuration
Source Files
¶
Click to show internal directories.
Click to hide internal directories.