|
From: Russ <ri...@ho...> - 2005-02-19 12:58:02
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-html" lang="x-western"> <br>
Netware cannot handle the public/private key authenticataion. It
supports it, but gets permission for what your allowed to do from an
LDAP server, the only way it queries an LDAP server is if you type the
password. The key method results in no query made to the LDAP server
giving no permission to access the console and execute commands.<br>
<br>
Security is not an issue because the backups will be running on an
isolated internal network with both campuses devoid of personel while
they are running. And its just a buch of Primary and Highschool
students assignments. Who really wants to steal that??<br>
<br>
Russ<br>
<br>
Carl Wilhelm Soderstrom wrote:
<blockquote cite="mid...@re..." type="cite">
<pre wrap="">On 02/18 01:30 , Russ wrote:
</pre>
<blockquote type="cite">
<pre wrap="">How well would this system work over a 2MBit link (cross campus link).
Does NFS handle it well, many overheads etc?
</pre>
</blockquote>
<pre wrap=""><!---->
should work fine; just be a bit slow, and not as easily securable as rsync +
ssh.
</pre>
<blockquote type="cite">
<pre wrap="">Going to trigger a full tar + nfs backup now (Local LAN only) see how it
goes. Would still love an rsync related solution. Customisable rsynd
command to not call SSH.
</pre>
</blockquote>
<pre wrap=""><!---->
do you not want ssh because of the encryption overhead, or because your
Netware servers can't handle rsync + ssh?
I think encryption can be turned off on ssh; in case you just want to use it
as a tunnelling mechansim. I'd personally prefer to encrypt it tho... cut
down the risk of someone sniffing your backups off the wire and getting
access to everyone's data.
</pre>
</blockquote>
</div>
</body>
</html>
|