We'd like to copy the maven-generated site and javadocs from our builds to our public website. Right
now the only way to do this is by having a shell account on the slave machine the build is running
on and running rsync over ssh. Since this should be done automatically we'd have to store a private
key for ssh authentication on people.a.o which is something I don't like security-wise.
Would it be possible to set up rsync in daemon mode on the slave so that we can copy the artifacts
without a shell accout on the build slave and without storing private keys on people.a.o? This could
be set up as read-only and only allow connections from people.a.o...
The job in question is tapestry-trunk-docs running on vesta (ubuntu2).
Uli