Page 1 of 1
[Help] Secure Rsync SSH
Posted: 05 Nov 2025, 22:32
by rfbjr
I can only get SSH rsync to pass the link test if I use the master admin account.
I created a rsyncuser account and gave it admin rights, I did this on both terra NAS's source and target.
Is there something else I'm missing, I know the ports work because if I use the master account, SSH rsync works perfectly.
What displays (and it's annoying because it disappears) "Unable to establish communications" (Why not leave the error displaying so you can acknowledge it)
Re: [Help] Secure Rsync SSH [SOLVED]
Posted: 06 Nov 2025, 14:36
by TMzethar
After you select SSH encryption, Rsync will use the system user to connect to the Rsync service. On TOS6, only the main administrator account (superuser) can access via SSH. This is the reason why your connection with other accounts fails.
Please set up the Rsync connection using the main administrator account, or do not use encryption (using the configured Rsync account).
Re: [Help] Secure Rsync SSH
Posted: 06 Nov 2025, 18:24
by rfbjr
Thank you.