From owner-freebsd-questions@FreeBSD.ORG Thu Jun 2 16:16:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 903CE16A436 for ; Thu, 2 Jun 2005 16:16:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD3B43D4C for ; Thu, 2 Jun 2005 16:16:27 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j52GEQON002630; Thu, 2 Jun 2005 19:14:27 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.3/8.13.3) with ESMTP id j52GGLM8002883; Thu, 2 Jun 2005 19:16:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.3/8.13.3/Submit) id j52GGLZf002882; Thu, 2 Jun 2005 19:16:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 2 Jun 2005 19:16:21 +0300 From: Giorgos Keramidas To: Lowell Gilbert Message-ID: <20050602161621.GB2778@orion.daedalusnetworks.priv> References: <200506011449.45455.FreeBSD@InsightBB.com> <429E0B57.2070701@scls.lib.wi.us> <20050601203839.GH21127@gentoo-npk.bmp.ub> <20050601235056.GA1597@gothmog.gr> <44u0kgesd4.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44u0kgesd4.fsf@be-well.ilk.org> Cc: freebsd-questions@freebsd.org Subject: Re: can't figure out ssh, read lots of docs... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2005 16:16:28 -0000 On 2005-06-02 10:38, Lowell Gilbert wrote: > Giorgos Keramidas writes: > > On 2005-06-01 14:38, Nathan Kinkade wrote: > > > The poster is correct in that what you probably what to do is setup > > > public-key authentication using ssh, however, I would highly recommend > > > that you NOT use a blank passphrase for your private key. ssh-agent, > > > a utility that I think comes standard with the openssh package [...] > > > > My strong agreement about *NOT* using empty passphrases. Indeed, > > ssh-agent comes with OpenSSH and it is a _MUCH_ better way of using > > SSH keys with non-empty passphrases. > > The original poster wanted to do automated backups via scp. This kind > of application *requires* empty passphrases Nope. scp works fine with a pass-phrase too, if one uses ssh-agent properly, regardless of the remote user being root or not.