On Fri, 2 Mar 2001, Stewart, John wrote:
> I personally use rsync, which uses a checksum to determine changed files.
> Additionally (and this is the key reason I use it), it can be coupled with
> ssh (as a replacement for rsh) to provide a much more secure way of getting
It would appear from the man page for rdist (at least, the version in
RedHat 7.0) that you can couple it with ssh as well. Of course, I have no
assumptions about whether or not this works in a similar fashion to how
rsync does it.
> web server machine (on our DMZ) via rsync over ssh. The authorized_keys file
> for that user account is configured to only allow the rsync process to
> start, so a normal UNIX shell is not available.
This is a feature of ssh that I was not aware of. I didn't know that the
authorized_keys could be used to restrict what commands are run and
prevent the session from getting a normal UNIX shell. I will have to look
at the OpenSSH docs to see if that feature is available in the latest
version.
|