The docs explain state " If you want to protect the modules you can select the next tab and choose a server username and establish a password. Be aware the password is only for the modules, is not the linux password.".
Knowing this, how do I then allow ssh access? It would seem the username and password created within the module configuration doesn't have ssh access since it is not a linux account and can't have the _ssh group.
Currently I am trying to get an rsync task from my Synology NAS to use ssh for transport encryption (ideally using keys instead of a password), but I don't how to set that up, since I'm unsure what account to ssh into in order to perform the rsync task.
This current setup works (where rsync is the user I created in the rsync settings, not a linux user in OMV).
Enabling transfer encryption understandably gives a failed to connect error, since "rsync" isn't an actual user that I can connect to ssh with.
What should I do here? I could generate an ssh key pair for the HyperBackup user but I'm not sure what user to copy ssh public keys to on the OMV system.
Thanks for the help!