Date: Fri, 07 Jan 2000 15:58:22 -0700 From: Brett Glass <brett@lariat.org> To: Matthew Dillon <dillon@apollo.backplane.com>, naddy@mips.rhein-neckar.de (Christian Weisgerber) Cc: freebsd-security@FreeBSD.ORG Subject: Re: dump over ssh Message-ID: <4.2.2.20000107155733.01d32b40@localhost> In-Reply-To: <200001071939.LAA88746@apollo.backplane.com> References: <854v9q$1gf9$1@bigeye.rhein-neckar.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > <dillon@backplane.com> > > >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.2.2.20000107155733.01d32b40>