Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2001 19:11:04 +0200 (CEST)
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        sitenet@aurora.siteplus.com
Cc:        richz@superhero.org, freebsd-isp@FreeBSD.ORG
Subject:   Re: rsync for mirroring
Message-ID:  <200106071711.f57HB5f01627@Magelan.Leidinger.net>
In-Reply-To: <Pine.BSF.4.10.10106071152070.71679-100000@aurora.siteplus.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On  7 Jun, User SITENET Jim Weeks wrote:

>> rsyncd runs on a specific port and waits for connections to this port
>> (which ssh doesn't do). In the rsyncd case the password will be
>> encrypted (128 bit MD4 based challenge response system), the data will
>> not be encrypted (ssh isn't used).
>>
> 
> Are you saying by using the -e ssh option with the following construct
> that ssh is not used and data is not encrypted?
> 
> rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST

Yes, see the "CONNECTING TO AN RSYNC SERVER" section in the rsync
man-page.

If it didn't convinces you: -e is equivalent to RSYNC_RSH, so rsync only
knows about rsh features, ssh is only a substitution for rsh, so rsync
doesn't know about ssh port forwarding (which would be needed in this
case).

If this still didn't convinces you: sniff some traffic to your rsync
daemon.

Bye,
Alexander.

-- 
Actually, Microsoft is sort of a mixture between the Borg and the Ferengi.

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106071711.f57HB5f01627>