From owner-freebsd-security Tue Jan 11 5: 9:34 2000 Delivered-To: freebsd-security@freebsd.org Received: from ren.detir.qld.gov.au (ns.detir.qld.gov.au [203.46.81.66]) by hub.freebsd.org (Postfix) with ESMTP id 26FE614DCC for ; Tue, 11 Jan 2000 05:09:31 -0800 (PST) (envelope-from syssgm@detir.qld.gov.au) Received: by ren.detir.qld.gov.au; id XAA13276; Tue, 11 Jan 2000 23:08:49 +1000 (EST) Received: from ogre.detir.qld.gov.au(167.123.8.3) via SMTP by ren.detir.qld.gov.au, id smtpd013266; Tue Jan 11 23:08:39 2000 Received: from atlas.detir.qld.gov.au (atlas.detir.qld.gov.au [167.123.8.9]) by ogre.detir.qld.gov.au (8.8.8/8.8.7) with ESMTP id XAA03991; Tue, 11 Jan 2000 23:08:07 +1000 (EST) Received: from nymph.detir.qld.gov.au (nymph.detir.qld.gov.au [167.123.10.10]) by atlas.detir.qld.gov.au (8.8.5/8.8.5) with ESMTP id XAA02338; Tue, 11 Jan 2000 23:08:07 +1000 (EST) Received: from nymph.detir.qld.gov.au (localhost [127.0.0.1]) by nymph.detir.qld.gov.au (8.9.3/8.8.7) with ESMTP id XAA31980; Tue, 11 Jan 2000 23:08:06 +1000 (EST) (envelope-from syssgm@nymph.detir.qld.gov.au) Message-Id: <200001111308.XAA31980@nymph.detir.qld.gov.au> To: naddy@mips.rhein-neckar.de (Christian Weisgerber) Cc: freebsd-security@freebsd.org, syssgm@detir.qld.gov.au Subject: Re: dump over ssh References: <854v9q$1gf9$1@bigeye.rhein-neckar.de> <858p5j$mu3$1@bigeye.rhein-neckar.de> In-Reply-To: <858p5j$mu3$1@bigeye.rhein-neckar.de> from Christian Weisgerber at "09 Jan 2000 02:44:19 +0100" Date: Tue, 11 Jan 2000 23:08:06 +1000 From: Stephen McKay Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sunday, 9th January 2000, Christian Weisgerber wrote: >Christian Weisgerber wrote: > >> # dump -0aP ssh -f host:/dev/nrsa0 / > >BTW, I just noticed that the Linux port of dump contains equivalent >functionality. No additional flag there, but the environment variable >RSH is checked. Opinions on which approach is preferable? I use dump over ssh all the time. I just use a pipe as suggested by others here. I don't think your change is necessary. But if you absolutely *must* change dump to tightly integrate ssh, I really hope you use an explicit command line argument, not an environment variable. There are too many hidden magic environment variables already. Stephen. PS Once upon a time I used a command that took an input stream and wrote it to a set of tapes or floppies or whatever. If I still had that program you could use "ssh host dump ... | multivol /dev/nrsa0" and keep changing tapes to make it happy. That's more Unix-like, if that counts for anything. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message