]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/config/config.go
config: config.yaml: add global "ssh_user" option
[safcm/safcm.git] / cmd / safcm / config / config.go
index fafa791144e511e21f83d042cd048f10646ec6b9..74f486e8eb0a802f6a4316358c9d1e36b17e1a79 100644 (file)
@@ -34,6 +34,8 @@ type Config struct {
 
        DetectGroups  []string `yaml:"detect_groups"`
        GroupPriority []string `yaml:"group_priority"`
+
+       SshUser string `yaml:"ssh_user"`
 }
 
 func LoadConfig() (*Config, error) {