Re: security advice
From: Robert L Sowders (rsowders_at_usgs.gov)
Date: 05/03/05
- Previous message: Sood, Sanjeev: "Session regotiation option"
- Maybe in reply to: aaron wallace: "security advice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "aaron wallace" <aaron@Agforest.com> Date: Mon, 2 May 2005 17:51:38 -1000
I've setup rsync between three national systems that mirrored between
themselves, but this is not really a good design, rsync is unidirectional.
You can use it via a round robin like cron job between the systems. But
it will get in trouble if you add too many systems. Unison,
http://www.cis.upenn.edu/~bcpierce/unison/ is a better choice, it is
bidirectional. But it only works between two systems.
The best would probably be an Andrews File system to the desktop. But it
is a synchronous file system. If two people try to update the same file
at the same time, it used to be that the last write won. Now I believe
that some type of merger takes place. http://openafs.org/ AFS is secure,
works on many platforms and has other advantages too, like continuing when
disconnected and then merging when connected.
It's included in the kernel, Linux 2.6
rls
"aaron wallace" <aaron@Agforest.com>
04/29/2005 02:42 PM
To: <secureshell@securityfocus.com>
cc:
Subject: security advice
i'm setting up a server that will be sending and recieving a bunch of
xml,cvs,and image files back and forth on a daily basis to several other
companies servers....
I"m rulling linux. the other companies will be running all sorts of OS's
I was thinking rsync over ssh with PKI so they can script the transfer
using
keys.....
any problems with this? other ideas?
Thanks
awol
- Previous message: Sood, Sanjeev: "Session regotiation option"
- Maybe in reply to: aaron wallace: "security advice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|