From owner-freebsd-security Fri Jan 7 9:29:49 2000 Delivered-To: freebsd-security@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 248D914E98 for ; Fri, 7 Jan 2000 09:29:46 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id KAA19895; Fri, 7 Jan 2000 10:29:45 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA05487; Fri, 7 Jan 2000 10:29:44 -0700 Date: Fri, 7 Jan 2000 10:29:44 -0700 Message-Id: <200001071729.KAA05487@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: naddy@mips.rhein-neckar.de (Christian Weisgerber) Cc: freebsd-security@FreeBSD.ORG Subject: Re: dump over ssh In-Reply-To: <854v9q$1gf9$1@bigeye.rhein-neckar.de> References: <854v9q$1gf9$1@bigeye.rhein-neckar.de> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > So far I have received *zero* reactions to my proposal in PR #15830. > > I suggest to add to dump/restore the capability to access remote > tapes over arbitrary rsh(1)-like commands, which would in particular > allow to run dump over ssh, say > > # dump -0aP ssh -f host:/dev/nrsa0 / > > (The PR includes a proof of concept patch to implement this.) > > No interest? Not really, when you can do it already with the 'unix way'. dump -0af - / | ssh host dd of=/dev/nrsao bs=10k Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message