Hi! Sébastien Gendre <[email protected]> skribis:
> On the manual, it is tell to generate a key from the coordinator > machine and to add it to the targeted machines. > > Is this step only necessary in the case we use an machine environment of > type `managed-host-environment-type' and enable the "build-locally?" > option ? > > Or is this step always necessary ? Yes, I think this step is for ‘managed-host-environment-type’ and (build-locally? #t). I’ve not used the Hetzner or DigitalOcean backends though. > The manual also say that, on each targeted machine, we need an SSH > access to a user account that can run sudo commands without a password. > Or an access to the root user. > > Is it necessary for this user account to have this capability to run any > sudo commands ? Is there another solution ? There are two options as you write: logging in as root (no ‘sudo’ needed in this case), or logging in as an unprivileged user (in this case that user account needs to be able to run ‘sudo’ without restrictions). HTH! Ludo’.
