From owner-freebsd-questions@FreeBSD.ORG Wed Jun 1 21:58:04 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 B762016A41C for ; Wed, 1 Jun 2005 21:58:04 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6878343D1F for ; Wed, 1 Jun 2005 21:58:04 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from lightning (12-202-24-76.client.insightbb.com[12.202.24.76]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20050601215803i9200alb0qe>; Wed, 1 Jun 2005 21:58:03 +0000 From: Steven Friedrich To: Nathan Kinkade , Roland Smith , Greg Barniskis , Rick Preston Date: Wed, 1 Jun 2005 17:57:56 -0400 User-Agent: KMail/1.8 References: <200506011449.45455.FreeBSD@InsightBB.com> <429E0B57.2070701@scls.lib.wi.us> <20050601203839.GH21127@gentoo-npk.bmp.ub> In-Reply-To: <20050601203839.GH21127@gentoo-npk.bmp.ub> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506011757.57097.FreeBSD@InsightBB.com> 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: Wed, 01 Jun 2005 21:58:04 -0000 Thanks to Nathan Kinkade, Roland Smith, Greg Barniskis, and Rick Preston for the replies. Each gave me quite a bit of info and I'm still digesting it. I've been successful using ssh-agent, though I have to enter the passphrase each time I run my script. That's really only an annoyance now because I'm developing the script and have to enter it often. That goes away when the script is stable. I've been using ssh to login to my local machines for quite some time and never realized I didn't have it set up quite right, because it was asking for a passwd, which means all other means failed. What I did notice though, is that I can't login as root using ssh. I haven't found this mentioned in the man pages. Anybody know where it's documented, whether it can be changed, and would that be a colossal mistake? I mean, hey, it's a secure shell, why can't I login as root? The reason I want to use root is because I'm trying to scp /etc/master.passwd from each of my four machines so I can write them to a CD for backup.