Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2001 21:48:08 +0200 (EET)
From:      Sergey Smitienko <hunter@dg.net.ua>
To:        Randy Bush <randy@psg.com>
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: crypted remote backup
Message-ID:  <200111261948.fAQJm8c04157@dg.net.ua>
In-Reply-To: <E168Qts-000Bj5-00@rip.psg.com> from Randy Bush at "Nov 26, 2001 10:54:40 am"

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111261948.fAQJm8c04157>