From owner-freebsd-questions@FreeBSD.ORG Wed Jun 1 23:51:05 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 E2A1C16A42A for ; Wed, 1 Jun 2005 23:51:05 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 281F043D48 for ; Wed, 1 Jun 2005 23:51:04 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b166.otenet.gr [212.205.244.174]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j51Np1gF002948; Thu, 2 Jun 2005 02:51:03 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.3/8.13.3) with ESMTP id j51NouQk001742; Thu, 2 Jun 2005 02:50:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.3/8.13.3/Submit) id j51NouNL001741; Thu, 2 Jun 2005 02:50:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 2 Jun 2005 02:50:56 +0300 From: Giorgos Keramidas To: Steven Friedrich , freebsd-questions@freebsd.org Message-ID: <20050601235056.GA1597@gothmog.gr> References: <200506011449.45455.FreeBSD@InsightBB.com> <429E0B57.2070701@scls.lib.wi.us> <20050601203839.GH21127@gentoo-npk.bmp.ub> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050601203839.GH21127@gentoo-npk.bmp.ub> Cc: 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: Wed, 01 Jun 2005 23:51:06 -0000 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.