From owner-freebsd-ports Sat Dec 28 17:26:37 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA07190 for ports-outgoing; Sat, 28 Dec 1996 17:26:37 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id RAA07183 for ; Sat, 28 Dec 1996 17:26:34 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0veA0p-0004i6-00; Sat, 28 Dec 1996 18:26:03 -0700 To: deobrien@ucdavis.edu Subject: Re: bsd.port.mk on freefall Cc: roberto@keltia.freenix.fr (Ollivier Robert), freebsd-ports@freebsd.org In-reply-to: Your message of "Sat, 28 Dec 1996 16:49:01 PST." References: <199612260900.JAA13643@veda.is> <199612261053.CAA06890@baloon.mimi.com> Date: Sat, 28 Dec 1996 18:26:03 -0700 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message David O'Brien writes: : Ok, for the moron that I am... what are the exact steps for this? I've : got freefall in my ~/.rshosts and ~/.shosts file. I got: : : StrictHostKeyChecking no : RSAAuthentication yes : RhostsRSAAuthentication yes : RhostsAuthentication yes : : in ~/.ssh/config. I have the following: RSAAuthentication yes RhostsRSAAuthentication no RhostsAuthentication no FallBackToRsh no UseRsh no and I have my authorized_keys file which contains the identity.pub for the machine that I'm coming from. Works great. The last part is important, or else it won't do th I then do a ssh-agent tcsh and I get a t-shell that doesn't ask for my password after I add it with ssh-add. Finally, slogin -v generally gives good hints as to what is going wrong when things fail... Warner