Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 1996 18:26:03 -0700
From:      Warner Losh <imp@village.org>
To:        deobrien@ucdavis.edu
Cc:        roberto@keltia.freenix.fr (Ollivier Robert), freebsd-ports@freebsd.org
Subject:   Re: bsd.port.mk on freefall 
Message-ID:  <E0veA0p-0004i6-00@rover.village.org>
In-Reply-To: Your message of "Sat, 28 Dec 1996 16:49:01 PST." <Mutt.19961228164901.obrien@dragon.nuxi.com> 
References:  <Mutt.19961228164901.obrien@dragon.nuxi.com>  <Mutt.19961227121204.roberto@keltia.freenix.fr> <199612260900.JAA13643@veda.is> <199612261053.CAA06890@baloon.mimi.com> <Mutt.19961227021904.obrien@dragon.nuxi.com> <E0vdgVe-0004uN-00@rover.village.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Mutt.19961228164901.obrien@dragon.nuxi.com> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0veA0p-0004i6-00>