I have just setup cwRsyncServer on my 2008 server, it is permitted by the firewall, and I have configured a module with write access. The rsync server is running and listening.
I have cnfigured an ssh keypair, and placed the public key in authorized_keys on the server.
From the client, I am trying this command with the new file test.txt
rsync -av test.txt windowsaccount@192.168.1.1:/test.txt
On the server I have no recorded error and nothing in the logfile, on the client I get a connection timed out error.
What am I doing wrong and how can I troubleshoot it? Is it something to do with Windows credentials?