Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: security advice |
|---|---|
| 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
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Session regotiation option, Sood, Sanjeev |
|---|---|
| Next by Date: | Login Attempt Limits, MPHMedia.Net |
| Previous by Thread: | security advice, aaron wallace |
| Next by Thread: | Re: Limit commands, Robert L Sowders |
| Indexes: | [Date] [Thread] [Top] [All Lists] |