From owner-freebsd-questions Thu Apr 11 3: 6: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from n010095.nbs.netland.nl (fw-office.netland.nl [217.170.32.40]) by hub.freebsd.org (Postfix) with ESMTP id 2D73237B404 for ; Thu, 11 Apr 2002 03:05:48 -0700 (PDT) Received: from wiersma.be (bridge.office.netland.nl [192.168.170.29]) by n010095.nbs.netland.nl (8.11.0/8.11.0) with ESMTP id g3BA5iE06691; Thu, 11 Apr 2002 12:05:44 +0200 Message-ID: <3CB55F70.4010803@wiersma.be> Date: Thu, 11 Apr 2002 12:03:28 +0200 From: Wijnand User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.9) Gecko/20020314 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Preece , freebsd-questions@freebsd.org Subject: Re: S/Key - this is embarrasing. References: <20020411100011.E649ED198A@deborah.paradise.net.nz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Preece wrote: >So, in two days time I'm helping a newbie do his first FreeBSD install. > >I have a spare machine that did have 4.0 on it and therefore has 'known good' >hardware, and I have my arrived-this-morning 4.5 disks from Daemon News. >Since this is the first time I've done a 4.5 install I decide to kill an hour >just making sure it'll all go OK. I've installed the OS, given myself a user, >DHCP'd onto the network and all is good. > >Until I come to ssh onto it from a Linux box I just happen to have in front >of me, whereupon I get: > >[davep@mandrake davep]$ ssh -V >OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f >[davep@mandrake davep]$ ssh 192.168.0.65 >otp-md5 498 fo0162 ext >S/Key Password: > >And then the password (which I can use to login locally) doesn't work. What >gives? The only real cause I can think of is that there's no reverse DNS here >right now. Hmmmm. > >So I'm sure this has been asked before, but the mailing list search engine on >FreeBSD.org appears to be down, adding to my acute embarrasment. All this on >a day when it finally looks like I'm going to get *paid* (no, not by the >newbie) for using FreeBSD. > >Dave > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > You have to edit your /etc/ssh/sshd_config you have to change 1 line: SkeyAuthentication yes to SkeyAuthentication no that's all. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message