From owner-freebsd-security  Mon Nov 26 11:48:34 2001
Delivered-To: freebsd-security@freebsd.org
Received: from dg.net.ua (dg.net.ua [213.186.192.10])
	by hub.freebsd.org (Postfix) with ESMTP id B043337B405
	for <freebsd-security@FreeBSD.ORG>; Mon, 26 Nov 2001 11:48:27 -0800 (PST)
Received: (from hunter@localhost)
	  by dg.net.ua (Latest/Secure) id fAQJm8c04157;
	  Mon, 26 Nov 2001 21:48:08 +0200 (EET)
Message-Id: <200111261948.fAQJm8c04157@dg.net.ua>
Subject: Re: crypted remote backup
In-Reply-To: <E168Qts-000Bj5-00@rip.psg.com> from Randy Bush at "Nov 26, 2001
 10:54:40 am"
To: Randy Bush <randy@psg.com>
Date: Mon, 26 Nov 2001 21:48:08 +0200 (EET)
Cc: freebsd-security@FreeBSD.ORG
From: Sergey Smitienko <hunter@dg.net.ua>
X-Mailer: elm
X-Mailer: ELM [version 2.4ME+ PL66 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-freebsd-security@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-security.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-security>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-security>
X-Loop: FreeBSD.org

Hello Randy Bush!

> i want to back up some large files over the net, like 40gb.  i want to do
> something like rsync.  but i want the data crypted not only as it passes
> over the net (rsync over ssh), but also as it resides on the remote disk.
> any recommended practice on this?

cat file | some_encryption_software -with_parameters| ssh -i id.key remotehost "cat > the_big_encrypted_file"


-- 
The Emperor wants to control the outer space, Yoda wants to explore the inner
space.That's the fundamental difference between the good and the bad sides of
the Force.

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