]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/config/hosts.go
config: add Host option "ssh_user"
[safcm/safcm.git] / cmd / safcm / config / hosts.go
index cf750cbc0024c7381142ae5852d640b60046fecc..119968769d2f769a9d2885045b968207913a99d1 100644 (file)
@@ -31,6 +31,8 @@ type Hosts struct {
 
 type Host struct {
        Name string `yaml:"name"`
+
+       SshUser string `yaml:"ssh_user"`
 }
 
 func LoadHosts() (*Hosts, error) {