X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9aacb4df0e29b11e298d7353467d821e4a17cc12..933d1dfd0f28c533831ff9ebecc4025af50f5486:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 4186ad4d..4421a19f 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -163,7 +163,7 @@ specified. Note that you are free to setup user/group information in the chroot area differently from your normal system. For example, you could abbreviate the list of users and groups. Also, you can protect this information from -being downloaded/uploaded by adding an exclude rule to the rsync.conf file +being downloaded/uploaded by adding an exclude rule to the rsyncd.conf file (e.g. "exclude = /etc/**"). Note that having the exclusion affect uploads is a relatively new feature in rsync, so make sure your daemon is at least 2.6.3 to effect this. Also note that it is safest to exclude a @@ -485,11 +485,11 @@ enddit() manpagesection(AUTHENTICATION STRENGTH) The authentication protocol used in rsync is a 128 bit MD4 based -challenge response system. Although I believe that no one has ever -demonstrated a brute-force break of this sort of system you should -realize that this is not a "military strength" authentication system. -It should be good enough for most purposes but if you want really top -quality security then I recommend that you run rsync over ssh. +challenge response system. This is fairly weak protection, though (with +at least one brute-force hash-finding algorithm publicly available), so +if you want really top-quality security, then I recommend that you run +rsync over ssh. (Yes, a future version of rsync will switch over to a +stronger hashing method.) Also note that the rsync daemon protocol does not currently provide any encryption of the data that is transferred over the connection. Only