]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
config: config.yaml: add global "ssh_user" option
authorSimon Ruderich <simon@ruderich.org>
Mon, 17 May 2021 06:37:23 +0000 (08:37 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 17 May 2021 06:39:33 +0000 (08:39 +0200)
commit783a6fe604cdedeb386e9abad59b7d87d0d119e0
tree5acdca072914e667c38068469883d3cca5dd76de
parentf2751eae5450ed7dd8064cb8072ae4ee1796989f
config: config.yaml: add global "ssh_user" option

This option is used as default value when the host option "ssh_user" is
empty. Like the host option it defaults to an empty value which tells
`ssh` to use the current user.
cmd/safcm/config/config.go
cmd/safcm/sync.go