I'm a little confused on how to run unison to sync files with group and owner attributes on an ubuntu system, as you need to be root. But I need to do this remotely and automated. I know I can set up ssh keys and the such for my user but that doesn't matter because I still wont be able to ssh as root to do the changes on the remote system.
I guess my question is; How would I go about using root on the remote system for unison? or is there a way of setting a command for a user to 'auto-run' as root without password?
Or are there any other ways that I could do this?
Any guidance with this is appreciated.
You should be able to setup ssh login with keys as you have stated.
Make sure your sshd_config allows root logins
Then copy the generated public-key to /root/.ssh/authorized_keys.
You should be able to login now, just tell unison to use the ssh key you generated.
Sudo can be configured to avoid asking for a password on some or all commands with the
NOPASSWD
parameter; but in any case I think it would be simpler to use ssh keys to access the remote system directly as root; after setting up passwordless authentication, unison should be called as follows: