Hello Sir,
i have proceed with your directions and passed the step of editing the sshd_config.
now it seems something is wrong with permissions on the following block:
###Make AUTH Key file###
cd /var/services/homes/rsync
mkdir .ssh
chmod 700 .ssh
touch ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
cd /var/services/homes
sudo chmod 700 rsync
i have tried to ssh and execute above procedure with user rsync and admin, who both of them are in the administrators group and have all the privileges. I have also checked on the shared folder to have read/write permission and rights on the applications.
please note that the path is /volume1/Data/homes/rsync , not /var/services/homes/rsync