IP not logged in log file

Wayne Davison wayned at samba.org
Thu Jun 3 07:30:53 GMT 2004


On Fri, May 28, 2004 at 09:05:42AM -0700, Bill Moseley wrote:
> I just setup rsync on Solaris 2.6 and my log file shows:
> 2004/05/28 07:54:03 [20996] rsync allowed access on module foo from 0.0.0.0 (0.0.0.0)

This message is only output if you're running a daemon rsync over a
remote shell connection.  In such a case rsync doesn't really have a
good way to know where the connection came from, so it uses the value
of $SSH_CLIENT (if set), otherwise it falls back to the 0.0.0.0 value.

..wayne..


More information about the rsync mailing list