hi,<br><br>Is it possible to use an existing kerberos infrastructure (without ssh overhead) for rsync authentication?<br><br>I found this rsync patch: <a href="http://jrds.fr/rsynck">http://jrds.fr/rsynck</a> but have no idea whether this has been committed upstream or if there are any plans to do it in the future. It would be nice to have something like this.<br>
<br>Another question: can I use dns srv records to locate rsyncd servers. I mean, yes, I can create srv records pointing to servers, but right now I get this error:<br><br>The srv record exists:<br>$ dig -t srv _rsyncd._tcp.home.nx +short<br>
10 1 873 server.home.nx.<br><br>When using the A record, it works fine:<br>$ rsync server.home.nx::<br>sharename         sharecomment<br><br>When using the SRV record, getaddrinfo error:<br>$ rsync _rsyncd._tcp.home.nx::<br>
rsync: getaddrinfo: _rsyncd._tcp.home.nx 873: No address associated with hostname<br>rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.7]<br><br>TIA,<br><br clear="all">--<br>Groeten,<br>natxo<br>