]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
config: add Host option "ssh_user"
authorSimon Ruderich <simon@ruderich.org>
Sat, 3 Apr 2021 13:57:54 +0000 (15:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 3 Apr 2021 13:57:54 +0000 (15:57 +0200)
commit023e863fbd9c6cf5bebd18e19c05ae9e60fbbe21
treec2ff516c1674429d53ad593bf8a18fc4cd89e099
parentac30b1856db3d63705270ddf26ff0b7b56c9c9c9
config: add Host option "ssh_user"

If it's empty or not present the default user of `ssh` is used. This is
either the current user or the user configured in ~/.ssh/config.
cmd/safcm/config/hosts.go
cmd/safcm/sync.go
rpc/dial.go