From owner-freebsd-questions Mon Dec 30 2: 9: 3 2002 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 7F81737B401 for ; Mon, 30 Dec 2002 02:09:02 -0800 (PST) Received: from mcesr.etat.lu (dynamic4.etat.lu [194.154.200.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556A943ED8 for ; Mon, 30 Dec 2002 02:09:01 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from [148.110.43.149] (HELO lucifer) by mcesr.etat.lu (CommuniGate Pro SMTP 3.5.9) with ESMTP-TLS id 697199; Mon, 30 Dec 2002 11:00:47 +0100 Reply-To: From: "Didier Wiroth" To: , Subject: RE: sshd and passwordauthentication Date: Mon, 30 Dec 2002 11:08:43 +0100 Organization: MCESR Message-ID: <000001c2afeb$6f83a8f0$952b6e94@lucifer> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal In-Reply-To: <20021229163357.GA91748@catflap.home.slightlystrange.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 > > debug1: Sent encrypted session key. > > debug1: Installing crc compensation attack detector. > > debug1: Received encrypted confirmation. > > debug1: Doing challenge reponse authentication. > > Password: > > Response: > > These last two lines are part of the ChallengeResponseAuthentication > method, which (I think) uses one-time passwords. You can skip through > this by hitting , when the server should accept your client key > and log you in. To disable the ChallengeResponse prompts, > you need to > change ChallengeResponseAuthentication to "no" (or add it to > the config > file) then restart sshd. Disabling ChallengeResponseAuthentication solved the problem! Strange, isn't it? Thanks a lot for taking the time!! Didier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message