From owner-freebsd-security Fri Jan 7 14:58:49 2000 Delivered-To: freebsd-security@freebsd.org Received: from lariat.lariat.org (lariat.lariat.org [206.100.185.2]) by hub.freebsd.org (Postfix) with ESMTP id D961014C22 for ; Fri, 7 Jan 2000 14:58:45 -0800 (PST) (envelope-from brett@lariat.org) Received: from workhorse (IDENT:ppp0.lariat.org@lariat.lariat.org [206.100.185.2]) by lariat.lariat.org (8.9.3/8.9.3) with ESMTP id PAA02302; Fri, 7 Jan 2000 15:58:22 -0700 (MST) Message-Id: <4.2.2.20000107155733.01d32b40@localhost> X-Sender: brett@localhost X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Fri, 07 Jan 2000 15:58:22 -0700 To: Matthew Dillon , naddy@mips.rhein-neckar.de (Christian Weisgerber) From: Brett Glass Subject: Re: dump over ssh Cc: freebsd-security@FreeBSD.ORG In-Reply-To: <200001071939.LAA88746@apollo.backplane.com> References: <854v9q$1gf9$1@bigeye.rhein-neckar.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can you do any or all of these things from a script? As I recall, ssh requires "live" entry of the password from the keyboard (though I haven't tried it lately). --Brett At 12:39 PM 1/7/2000 , Matthew Dillon wrote: >: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? >:-- >:Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de > > You can do this already. > > ssh remotehost "dump 0auf -" > dumpfile. > ssh remotehost "restore tvf -" < dumpfile > > Am I missing something here? > > -Matt > Matthew Dillon > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-security" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message