From owner-freebsd-questions Tue May 8 12:29:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id CE48C37B423 for ; Tue, 8 May 2001 12:29:19 -0700 (PDT) (envelope-from lucas@slb.to) Received: (qmail 18607 invoked by uid 1000); 8 May 2001 19:29:37 -0000 Date: Tue, 8 May 2001 14:29:37 -0500 From: Lucas Bergman To: Blake Swensen Cc: freebsd-questions@freebsd.org Subject: Re: automating dump | ssh Message-ID: <20010508142937.B25810@billygoat.slb.to> Reply-To: lucas@slb.to References: <3AF84756.109E378@pyramus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AF84756.109E378@pyramus.com>; from blake@pyramus.com on Tue, May 08, 2001 at 12:21:58PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Anyone know how to supply the password to ssh in order to automate > x-network dump? > > Like > dump -0af - /filesystem | ssh -f another-machine "cat > > /path/to/dump/file" < password_file > > which doesn't work, btw, but you get the idea. Set up ssh so you don't need a password: man ssh-keygen man ssh Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message