From owner-freebsd-questions Mon Feb 3 1:56:11 2003 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 D51A437B401 for ; Mon, 3 Feb 2003 01:56:09 -0800 (PST) Received: from catflap.home.slightlystrange.org (pc1-cmbg1-4-cust43.cmbg.cable.ntl.com [62.253.133.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC0B43F79 for ; Mon, 3 Feb 2003 01:55:58 -0800 (PST) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 3.36 #1) id 18fdKS-000Bra-00 for questions@FreeBSD.ORG; Mon, 03 Feb 2003 09:55:52 +0000 Date: Mon, 3 Feb 2003 09:55:52 +0000 From: Daniel Bye To: questions@FreeBSD.ORG Subject: Re: SSH cannot long here is the -v Message-ID: <20030203095551.GA45444@catflap.home.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: questions@FreeBSD.ORG References: <000801c2cb2b$e9c72550$0500a8c0@data> <001001c2cb37$6efa1c40$0500a8c0@data> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001001c2cb37$6efa1c40$0500a8c0@data> User-Agent: Mutt/1.4i X-Scanner: exiscan *18fdKS-000Bra-00*m8QdvxYjgKM* (SlightlyStrange.org, Using NOD32 http://www.nod32.com) 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 On Sun, Feb 02, 2003 at 08:50:46PM -0700, Mike wrote: > Sorry but I am stuck on this one last thing to complte my rebuild. > > I have removed and tried openssh ssh ssh2 making sure each is completely > removed before trying the next. The port is open and the logins are > working on the other programs. FreeBSD Diary had some good help but no > luck there either. ... > > .. > > tictoc# cd /usr/local/sbin > > tictoc# ./pure-ftpd & > > [1] 293 > > tictoc# ssh tictoc -v > > OpenSSH_3.4p1 FreeBSD-20020702, SSH protocols 1.5/2.0, OpenSSL > 0x0090607f [---snip---] > debug1: authentications that can continue: > publickey,password,keyboard-interactive > > debug1: next auth method to try is publickey > > debug1: try privkey: /root/.ssh/identity > > debug1: try privkey: /root/.ssh/id_rsa > > debug1: try privkey: /root/.ssh/id_dsa > > debug1: next auth method to try is keyboard-interactive > > Password: > > debug1: authentications that can continue: > publickey,password,keyboard-interactive This password prompt is for the keyboard-interactive (aka Challenge Response) auth method, and won't authenticate you with your UNIX password. Try to log in again, and this time just hit Enter when you see the prompt. You should then get a standard "user@host's password: " prompt, where you _can_ use your UNIX password. In order to stop this from happening, you need to put this in /etc/ssh/sshd_config: ChellengeResponseAuthentication no and restart sshd. Dan -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message